--- a/libpurple/ciphers/aescipher.c Sat Oct 12 20:40:01 2013 +0530 +++ b/libpurple/ciphers/aescipher.c Sat Oct 12 20:46:23 2013 +0530 @@ -613,7 +613,7 @@ * API *****************************************************************************/ GType -purple_aes_cipher_get_gtype(void) { +purple_aes_cipher_get_type(void) { static GType type = 0; if(type == 0) {