libpurple/notify.c

branch
soc.2013.gobjectification.plugins
changeset 37075
cf3f735b09b7
parent 35475
ec0d44434ba8
child 35572
5c4846317f2f
--- a/libpurple/notify.c	Thu Feb 06 16:53:42 2014 +0530
+++ b/libpurple/notify.c	Thu Feb 06 20:02:57 2014 +0530
@@ -572,7 +572,7 @@
 }
 
 PurpleNotifyUserInfoEntryType
-purple_notify_user_info_entry_get_type(PurpleNotifyUserInfoEntry *user_info_entry)
+purple_notify_user_info_entry_get_entry_type(PurpleNotifyUserInfoEntry *user_info_entry)
 {
 	g_return_val_if_fail(user_info_entry != NULL, PURPLE_NOTIFY_USER_INFO_ENTRY_PAIR);
 
@@ -580,7 +580,8 @@
 }
 
 void
-purple_notify_user_info_entry_set_type(PurpleNotifyUserInfoEntry *user_info_entry, PurpleNotifyUserInfoEntryType type)
+purple_notify_user_info_entry_set_entry_type(PurpleNotifyUserInfoEntry *user_info_entry,
+		PurpleNotifyUserInfoEntryType type)
 {
 	g_return_if_fail(user_info_entry != NULL);
 

mercurial