summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Atallah <datallah@pidgin.im>2010-02-18 16:58:42 +0000
committerDaniel Atallah <datallah@pidgin.im>2010-02-18 16:58:42 +0000
commit55a808c16c13305f5c01ba922865dac4b53c6e94 (patch)
tree0d7d5b2b4c1817893ab822dfe3bb993473378a22
parente4e32db08111688ad4bbd2be0eb6e0b2fd336161 (diff)
downloadpidgin-55a808c16c13305f5c01ba922865dac4b53c6e94.tar.gz
Update pidgin_blist_get_emblem() docs to be accurate.
-rw-r--r--pidgin/gtkblist.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/pidgin/gtkblist.h b/pidgin/gtkblist.h
index c221f8fcc6..2f0a128823 100644
--- a/pidgin/gtkblist.h
+++ b/pidgin/gtkblist.h
@@ -196,11 +196,14 @@ void pidgin_blist_update_columns(void);
void pidgin_blist_update_refresh_timeout(void);
/**
- * Returns the blist emblem
+ * Returns the blist emblem.
+ *
+ * This may be an existing pixbuf that has been given an additional ref,
+ * so it shouldn't be modified.
*
* @param node The node to return an emblem for
*
- * @return A newly created GdkPixbuf, or NULL
+ * @return A GdkPixbuf for the emblem to show, or NULL
*/
GdkPixbuf *
pidgin_blist_get_emblem(PurpleBlistNode *node);