diff options
author | Ankit Vani <a@nevitus.org> | 2014-02-06 19:50:34 +0530 |
---|---|---|
committer | Ankit Vani <a@nevitus.org> | 2014-02-06 19:50:34 +0530 |
commit | e7a9a05d1ab0c622825536c19c00fa9e2485d94b (patch) | |
tree | 8103b90fa80d69527730603bf073319e8b4e42a9 /libpurple/notify.h | |
parent | f7b54d014715f6ad6830d1098d0ba7cce19eba9f (diff) | |
parent | 24edee7c5eeaae619d128d52c9b627d825c6d789 (diff) | |
download | pidgin-e7a9a05d1ab0c622825536c19c00fa9e2485d94b.tar.gz |
Merged default branch
Diffstat (limited to 'libpurple/notify.h')
-rw-r--r-- | libpurple/notify.h | 7 |
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: |