Document roomlist column types

Tue, 19 Mar 2019 01:26:58 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 19 Mar 2019 01:26:58 -0500
changeset 39508
e099c68ff019
parent 39507
8e3b6630f055
child 39509
95621e4100ad

Document roomlist column types

libpurple/roomlist.h file | annotate | diff | comparison | revisions
--- a/libpurple/roomlist.h	Tue Mar 19 01:23:16 2019 -0500
+++ b/libpurple/roomlist.h	Tue Mar 19 01:26:58 2019 -0500
@@ -69,6 +69,8 @@
 
 /**
  * PurpleRoomlistFieldType:
+ * @PURPLE_ROOMLIST_FIELD_BOOL: The field is a boolean.
+ * @PURPLE_ROOMLIST_FIELD_INT: The field is an integer.
  * @PURPLE_ROOMLIST_FIELD_STRING: We do a g_strdup on the passed value if it's
  *                                this type.
  *

mercurial