summaryrefslogtreecommitdiff
path: root/finch/gntblist.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2013-10-12 22:57:00 +0530
committerAnkit Vani <a@nevitus.org>2013-10-12 22:57:00 +0530
commit5f711ee174d83f4c230378cf21b8e7e36f93e4f5 (patch)
tree35e0049c67e51eb1c1312ecd3eb4b7ca74dbf852 /finch/gntblist.h
parent41a98c009f3598ce06465d03e1a8949e12c8cf83 (diff)
downloadpidgin-5f711ee174d83f4c230378cf21b8e7e36f93e4f5.tar.gz
Added /*< private >*/ for padding members, clean them up and add missing ones
Diffstat (limited to 'finch/gntblist.h')
-rw-r--r--finch/gntblist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/finch/gntblist.h b/finch/gntblist.h
index 5c3dadfcc3..5c20d4a24c 100644
--- a/finch/gntblist.h
+++ b/finch/gntblist.h
@@ -47,6 +47,8 @@ typedef struct
gboolean (*can_add_node)(PurpleBlistNode *node); /**< Whether a node should be added to the view. */
gpointer (*find_parent)(PurpleBlistNode *node); /**< Find the parent row for a node. */
gboolean (*create_tooltip)(gpointer selected_row, GString **body, char **title); /**< Create tooltip for a selected row. */
+
+ /*< private >*/
gpointer reserved[4];
} FinchBlistManager;