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.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h
index 88d03481..5f38dd3c 100644
--- a/src/include/gnunet_gtk.h
+++ b/src/include/gnunet_gtk.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011 Christian Grothoff (and other contributing authors) 3 (C) 2011, 2013 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -82,8 +82,10 @@ GNUNET_GTK_get_data_dir (void);
82 82
83/** 83/**
84 * @brief get the path to a specific GNUnet installation directory or, 84 * @brief get the path to a specific GNUnet installation directory or,
85 * with GNUNET_IPK_SELF_PREFIX, the current running apps installation directory 85 * with #GNUNET_OS_IPK_SELF_PREFIX, the current running apps installation directory
86 * @author Milan 86 * @author Milan
87 *
88 * @param dirkind which directory should be returned
87 * @return a pointer to the dir path (to be freed by the caller) 89 * @return a pointer to the dir path (to be freed by the caller)
88 */ 90 */
89char * 91char *
@@ -107,7 +109,10 @@ GNUNET_GTK_get_new_builder (const char *filename,
107 109
108 110
109/** 111/**
110 * This displays an about dialog. 112 * This displays an about dialog. The dialog must be called
113 * "about_window" with "about_credits_notebook" and
114 * "about_license_scroller" and "about_license_contents" being the
115 * respective subdialogs.
111 * 116 *
112 * @param dialogfile name of the glade file containing the dialog 117 * @param dialogfile name of the glade file containing the dialog
113 */ 118 */
@@ -195,7 +200,7 @@ GNUNET_FS_GTK_remove_treestore_subtree (GtkTreeStore * ts,
195 * @param options allowed command line options 200 * @param options allowed command line options
196 * @param main_window_file glade file for the main window 201 * @param main_window_file glade file for the main window
197 * @param main_task first task to run, closure will be set to the 'struct GNUNET_GTK_MainLoop' 202 * @param main_task first task to run, closure will be set to the 'struct GNUNET_GTK_MainLoop'
198 * @return GNUNET_OK on success, GNUNET_SYSERR on error (i.e. bad command-line options, etc) 203 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error (i.e. bad command-line options, etc)
199 */ 204 */
200int 205int
201GNUNET_GTK_main_loop_start (const char *binary_name, const char *binary_help, 206GNUNET_GTK_main_loop_start (const char *binary_name, const char *binary_help,
@@ -308,7 +313,7 @@ GNUNET_GTK_animation_context_destroy (struct GNUNET_FS_AnimationContext *ac);
308 * Obtain the animated pixbuf from an animation context. Note 313 * Obtain the animated pixbuf from an animation context. Note
309 * that the pixbuf will only properly work within GtkTreeViews 314 * that the pixbuf will only properly work within GtkTreeViews
310 * where the column with the image has been registered using 315 * where the column with the image has been registered using
311 * GNUNET_GTK_animation_tree_view_register. 316 * #GNUNET_GTK_animation_tree_view_register.
312 * 317 *
313 * @param ac animation context to query 318 * @param ac animation context to query
314 * @return pixbuf of the AC, NULL on error loading the pixbuf 319 * @return pixbuf of the AC, NULL on error loading the pixbuf