summaryrefslogtreecommitdiff
path: root/libpurple/notify.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-06 19:50:34 +0530
committerAnkit Vani <a@nevitus.org>2014-02-06 19:50:34 +0530
commite7a9a05d1ab0c622825536c19c00fa9e2485d94b (patch)
tree8103b90fa80d69527730603bf073319e8b4e42a9 /libpurple/notify.h
parentf7b54d014715f6ad6830d1098d0ba7cce19eba9f (diff)
parent24edee7c5eeaae619d128d52c9b627d825c6d789 (diff)
downloadpidgin-e7a9a05d1ab0c622825536c19c00fa9e2485d94b.tar.gz
Merged default branch
Diffstat (limited to 'libpurple/notify.h')
-rw-r--r--libpurple/notify.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libpurple/notify.h b/libpurple/notify.h
index 22253ab4e0..ccefbb307e 100644
--- a/libpurple/notify.h
+++ b/libpurple/notify.h
@@ -722,7 +722,8 @@ void purple_notify_user_info_entry_set_value(PurpleNotifyUserInfoEntry *user_inf
*
* Returns: The PurpleNotifyUserInfoEntryType
*/
-PurpleNotifyUserInfoEntryType purple_notify_user_info_entry_get_type(PurpleNotifyUserInfoEntry *user_info_entry);
+PurpleNotifyUserInfoEntryType purple_notify_user_info_entry_get_entry_type(
+ PurpleNotifyUserInfoEntry *user_info_entry);
/**
* purple_notify_user_info_entry_set_type:
@@ -731,8 +732,8 @@ PurpleNotifyUserInfoEntryType purple_notify_user_info_entry_get_type(PurpleNotif
*
* Set the type of a PurpleNotifyUserInfoEntry
*/
-void purple_notify_user_info_entry_set_type(PurpleNotifyUserInfoEntry *user_info_entry,
- PurpleNotifyUserInfoEntryType type);
+void purple_notify_user_info_entry_set_entry_type(
+ PurpleNotifyUserInfoEntry *user_info_entry, PurpleNotifyUserInfoEntryType type);
/**
* purple_notify_uri: