# HG changeset patch # User John Bailey # Date 1189356942 0 # Node ID caa96aea89fc6ade5897aff459b525a095356d6b # Parent 084c10ed4083719ad9a527e44175463095c1000b This function wasn't documented in the Doxygen stuff. If I've documented it improperly, please let me know and/or correct it! diff -r 084c10ed4083 -r caa96aea89fc libpurple/notify.h --- 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); /**