pidgin/gtkconv-theme.h

changeset 38743
61e429efe744
parent 37094
84873ce721dc
child 39238
53cfb9400de8
--- a/pidgin/gtkconv-theme.h	Thu Oct 12 20:06:55 2017 -0500
+++ b/pidgin/gtkconv-theme.h	Thu Oct 12 21:37:01 2017 -0500
@@ -179,7 +179,7 @@
  *
  * Get a list of available variants for a conversation theme.
  *
- * Returns: The list of variants. This GList and the string data are owned by
+ * Returns: (element-type utf8): The list of variants. This GList and the string data are owned by
  *         the theme and should not be freed by the caller.
  */
 const GList *pidgin_conversation_theme_get_variants(PidginConvTheme *theme);
@@ -210,7 +210,7 @@
  *
  * Get (and reference) the array of nick colors
  *
- * Returns: Pointer to GArray of nick colors, or NULL if no colors in theme
+ * Returns: (transfer container) (element-type GdkRGBA): Pointer to GArray of nick colors, or NULL if no colors in theme
  */
 GArray *pidgin_conversation_theme_get_nick_colors(PidginConvTheme *theme);
 

mercurial