libpurple/ciphers/hmaccipher.h

branch
soc.2013.gobjectification
changeset 35020
0ab63ada3cf2
parent 34691
3acdd397a9c1
child 35024
eb3afb7643ce
--- a/libpurple/ciphers/hmaccipher.h	Sat Oct 12 20:40:01 2013 +0530
+++ b/libpurple/ciphers/hmaccipher.h	Sat Oct 12 20:46:23 2013 +0530
@@ -29,7 +29,7 @@
 #include "cipher.h"
 #include "hash.h"
 
-#define PURPLE_TYPE_HMAC_CIPHER				(purple_hmac_cipher_get_gtype())
+#define PURPLE_TYPE_HMAC_CIPHER				(purple_hmac_cipher_get_type())
 #define PURPLE_HMAC_CIPHER(obj)				(G_TYPE_CHECK_INSTANCE_CAST((obj), PURPLE_TYPE_HMAC_CIPHER, PurpleHMACCipher))
 #define PURPLE_HMAC_CIPHER_CLASS(klass)		(G_TYPE_CHECK_CLASS_CAST((klass), PURPLE_TYPE_HMAC_CIPHER, PurpleHMACCipherClass))
 #define PURPLE_IS_HMAC_CIPHER(obj)			(G_TYPE_CHECK_INSTANCE_TYPE((obj), PURPLE_TYPE_HMAC_CIPHER))
@@ -56,7 +56,7 @@
 
 G_BEGIN_DECLS
 
-GType purple_hmac_cipher_get_gtype(void);
+GType purple_hmac_cipher_get_type(void);
 
 PurpleCipher *purple_hmac_cipher_new(PurpleHash *hash);
 

mercurial