Mercurial > pidgin.yaz
changeset 19690:caa96aea89fc
This function wasn't documented in the Doxygen stuff. If I've documented
it improperly, please let me know and/or correct it!
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 09 Sep 2007 16:55:42 +0000 |
parents | 084c10ed4083 |
children | a5a9dbd1bdeb |
files | libpurple/notify.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/notify.h Sun Sep 09 16:54:38 2007 +0000 +++ b/libpurple/notify.h Sun Sep 09 16:55:42 2007 +0000 @@ -213,6 +213,11 @@ PurpleNotifySearchResults *results, PurpleNotifyCloseCallback cb, gpointer user_data); +/** + * Frees a PurpleNotifySearchResults object. + * + * @param results The PurpleNotifySearchResults to free. + */ void purple_notify_searchresults_free(PurpleNotifySearchResults *results); /**