aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gtk.h')
-rw-r--r--src/include/gnunet_gtk.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h
index cbf5c966..cfd24543 100644
--- a/src/include/gnunet_gtk.h
+++ b/src/include/gnunet_gtk.h
@@ -105,6 +105,19 @@ void
105GNUNET_GTK_display_about (const char *dialogfile); 105GNUNET_GTK_display_about (const char *dialogfile);
106 106
107 107
108/**
109 * Obtain a string from a GtkTreeView's model.
110 *
111 * @param treeview treeview to inspect
112 * @param treepath path that identifies the item
113 * @param column number of the column with the string
114 * @param value where to store the string
115 * @return TRUE on success, FALSE on errors
116 */
117gboolean
118GNUNET_GTK_get_tree_string (GtkTreeView *treeview,
119 GtkTreePath *treepath,
120 guint column, gchar ** value);
108 121
109/** 122/**
110 * Create our tray icon. 123 * Create our tray icon.