libpurple/ciphers/sha1hash.h

branch
soc.2013.gobjectification
changeset 35020
0ab63ada3cf2
parent 34691
3acdd397a9c1
child 35024
eb3afb7643ce
--- a/libpurple/ciphers/sha1hash.h	Sat Oct 12 20:40:01 2013 +0530
+++ b/libpurple/ciphers/sha1hash.h	Sat Oct 12 20:46:23 2013 +0530
@@ -28,7 +28,7 @@
 
 #include "hash.h"
 
-#define PURPLE_TYPE_SHA1_HASH				(purple_sha1_hash_get_gtype())
+#define PURPLE_TYPE_SHA1_HASH				(purple_sha1_hash_get_type())
 #define PURPLE_SHA1_HASH(obj)				(G_TYPE_CHECK_INSTANCE_CAST((obj), PURPLE_TYPE_SHA1_HASH, PurpleSHA1Hash))
 #define PURPLE_SHA1_HASH_CLASS(klass)		(G_TYPE_CHECK_CLASS_CAST((klass), PURPLE_TYPE_SHA1_HASH, PurpleSHA1HashClass))
 #define PURPLE_IS_SHA1_HASH(obj)			(G_TYPE_CHECK_INSTANCE_TYPE((obj), PURPLE_TYPE_SHA1_HASH))
@@ -55,7 +55,7 @@
 
 G_BEGIN_DECLS
 
-GType purple_sha1_hash_get_gtype(void);
+GType purple_sha1_hash_get_type(void);
 
 PurpleHash *purple_sha1_hash_new(void);
 

mercurial