aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk.h
diff options
context:
space:
mode:
authorhark <hark@puscii.nl>2014-01-22 12:59:52 +0000
committerhark <hark@puscii.nl>2014-01-22 12:59:52 +0000
commit404506a6036ef616921db2222f2180678922526f (patch)
tree3fe8a99960bced7052864fe6890fa8ddd6e7ab13 /src/conversation/gnunet-conversation-gtk.h
parentd8fb7d3f26d47330a93023cc7ede2963dc733d51 (diff)
downloadgnunet-gtk-404506a6036ef616921db2222f2180678922526f.tar.gz
gnunet-gtk-404506a6036ef616921db2222f2180678922526f.zip
fix makefiles, delete gnunet-converstation-gtk
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h
index 98a29900..8e75a8ae 100644
--- a/src/conversation/gnunet-conversation-gtk.h
+++ b/src/conversation/gnunet-conversation-gtk.h
@@ -270,40 +270,6 @@ struct GNUNET_CRYPTO_EcdsaPublicKey pubkey;
270 270
271 271
272 272
273/**
274 * gui stuff
275 */
276
277/*
278void update_state();
279void update_status (const gchar *message);
280void set_button_text (const char *button_name, const char *label);
281void disable_button (const char *button_name);
282void enable_button (const char *button_name);
283void show_infobar ( );
284void hide_infobar ( );
285void set_infobar_text (const gchar *text);
286void log_message (const char *message);
287void GNUNET_CONVERSATION_GTK_on_call_clicked ();
288void GNUNET_CONVERSATION_GTK_on_hangup_clicked ();
289void GNUNET_CONVERSATION_GTK_on_accept_clicked ();
290void GNUNET_CONVERSATION_GTK_on_reject_clicked ();
291void GNUNET_CONVERSATION_GTK_on_pause_clicked ();
292void GNUNET_CONVERSATION_GTK_on_resume_clicked ();
293void GNUNET_CONVERSATION_GTK_on_status_clicked ();
294*/
295/**
296 * phone stuff
297 */
298/*
299static void do_call (const char *);
300static void do_accept (const char *);
301static void do_status (const char *);
302static void do_suspend (const char *);
303static void do_resume (const char *);
304static void do_reject (const char *);
305*/
306
307/* 273/*
308 * List iterator for the 'list' operation. 274 * List iterator for the 'list' operation.
309 */ 275 */