# HG changeset patch # User Paul Aurich # Date 1304566829 0 # Node ID ea4bb5fe1fdcbdcafd8b35e2fbd7298fea4b4339 # Parent a88631af0f5e8f62224ecc3a31db8ee92b2f3411 Document the default explicitly diff -r a88631af0f5e -r ea4bb5fe1fdc libpurple/notify.h --- a/libpurple/notify.h Tue May 03 21:22:51 2011 +0000 +++ b/libpurple/notify.h Thu May 05 03:40:29 2011 +0000 @@ -112,7 +112,7 @@ typedef struct { char *title; /**< Title of the column. */ - gboolean visible; + gboolean visible; /**< Should the column be visible to the user. Defaults to TRUE. */ } PurpleNotifySearchColumn; @@ -267,7 +267,8 @@ PurpleNotifySearchResults *purple_notify_searchresults_new(void); /** - * Returns a newly created search result column object. + * Returns a newly created search result column object. The column defaults + * to being visible. * * @param title Title of the column. NOTE: Title will get g_strdup()ed. *