aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-26 20:04:58 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-26 20:04:58 +0000
commit10e931a7968629875e2d7521ae9aa60a4e6b0ba3 (patch)
tree3a200305eebde747d4b33264510d85d19589ace4 /src/include
parent90513c8a7f4cd29e8db2e51191fff23caf6b6aed (diff)
downloadgnunet-gtk-10e931a7968629875e2d7521ae9aa60a4e6b0ba3.tar.gz
gnunet-gtk-10e931a7968629875e2d7521ae9aa60a4e6b0ba3.zip
-indentation
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_gtk.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h
index 2b8dbcff..b2242e96 100644
--- a/src/include/gnunet_gtk.h
+++ b/src/include/gnunet_gtk.h
@@ -122,31 +122,31 @@ void
122GNUNET_GTK_tray_icon_destroy (void); 122GNUNET_GTK_tray_icon_destroy (void);
123 123
124char * 124char *
125GNUNET_GTK_from_utf8_to_loc (gchar *str_utf8); 125GNUNET_GTK_from_utf8_to_loc (gchar * str_utf8);
126 126
127char * 127char *
128GNUNET_GTK_from_loc_to_utf8 (gchar *str_loc); 128GNUNET_GTK_from_loc_to_utf8 (gchar * str_loc);
129 129
130char * 130char *
131GNUNET_GTK_from_filename_to_utf8 (gchar *filename); 131GNUNET_GTK_from_filename_to_utf8 (gchar * filename);
132 132
133char * 133char *
134GNUNET_GTK_from_utf8_to_filename (gchar *str_utf8); 134GNUNET_GTK_from_utf8_to_filename (gchar * str_utf8);
135 135
136char * 136char *
137GNUNET_GTK_from_loc_to_filename (gchar *str_loc); 137GNUNET_GTK_from_loc_to_filename (gchar * str_loc);
138 138
139char * 139char *
140GNUNET_GTK_from_filename_to_loc (gchar *filename); 140GNUNET_GTK_from_filename_to_loc (gchar * filename);
141 141
142/* Returns filename form filechooser, encoded in locale-dependent 142/* Returns filename form filechooser, encoded in locale-dependent
143 * encoding, suitable to be given to CRT and/or GNUnet 143 * encoding, suitable to be given to CRT and/or GNUnet
144 */ 144 */
145char * 145char *
146GNUNET_GTK_filechooser_get_filename_loc (GtkFileChooser *fc); 146GNUNET_GTK_filechooser_get_filename_loc (GtkFileChooser * fc);
147 147
148gchar * 148gchar *
149GNUNET_GTK_filechooser_get_filename_utf8 (GtkFileChooser *fc); 149GNUNET_GTK_filechooser_get_filename_utf8 (GtkFileChooser * fc);
150 150
151 151
152 152
@@ -193,11 +193,11 @@ GNUNET_GTK_main_loop_get_object (struct GNUNET_GTK_MainLoop *ml,
193 193
194/** 194/**
195 * Obtain the name of the configuration file that is being used. 195 * Obtain the name of the configuration file that is being used.
196 * 196 *
197 * @param ml handle to the main loop 197 * @param ml handle to the main loop
198 * @return name of configuration file 198 * @return name of configuration file
199 */ 199 */
200const char * 200const char *
201GNUNET_GTK_main_loop_get_configuration_file (struct GNUNET_GTK_MainLoop *ml); 201GNUNET_GTK_main_loop_get_configuration_file (struct GNUNET_GTK_MainLoop *ml);
202 202
203 203