pidgin.next.major: 5a8d4b64: Document the default explicitly

darkrain42 at pidgin.im darkrain42 at pidgin.im
Wed May 4 23:46:01 EDT 2011


----------------------------------------------------------------------
Revision: 5a8d4b649d9f0206f65aff9c3c657bf0271cb36c
Parent:   b76ceb5b01114084785a0ad24baca3e425a9fbcf
Author:   darkrain42 at pidgin.im
Date:     05/04/11 23:40:29
Branch:   im.pidgin.pidgin.next.major
URL: http://d.pidgin.im/viewmtn/revision/info/5a8d4b649d9f0206f65aff9c3c657bf0271cb36c

Changelog: 

Document the default explicitly

Changes against parent b76ceb5b01114084785a0ad24baca3e425a9fbcf

  patched  libpurple/notify.h

-------------- next part --------------
============================================================
--- libpurple/notify.h	c2af7b6a96b897070b614b81e7e8950d9d0109db
+++ libpurple/notify.h	7533961557f2d2637a6f8a3a1523ba820f16dbdc
@@ -112,7 +112,7 @@ typedef struct
 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
 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.
  *


More information about the Commits mailing list