diff finch/libgnt/gntws.h @ 18556:5e1412f4e67a

Do some work to make pygnt more useful. The dbus-gnt script works fairly well now.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 17 Jul 2007 11:09:03 +0000
parents 5c6f019e48f8
children 44b4e8bd759b
line wrap: on
line diff
--- a/finch/libgnt/gntws.h	Mon Jul 16 23:59:58 2007 +0000
+++ b/finch/libgnt/gntws.h	Tue Jul 17 11:09:03 2007 +0000
@@ -72,14 +72,14 @@
 GType gnt_ws_get_gtype(void);
 
 GntWS *gnt_ws_new(const char *name);
-void gnt_ws_set_name(GntWS *, const gchar *);
-void gnt_ws_add_widget(GntWS *, GntWidget *);
-void gnt_ws_remove_widget(GntWS *, GntWidget *);
-void gnt_ws_widget_hide(GntWidget *, GHashTable *nodes);
-void gnt_ws_widget_show(GntWidget *, GHashTable *nodes);
-void gnt_ws_draw_taskbar(GntWS *, gboolean reposition);
-void gnt_ws_hide(GntWS *, GHashTable *);
-void gnt_ws_show(GntWS *, GHashTable *);
+void gnt_ws_set_name(GntWS *ws, const gchar *name);
+void gnt_ws_add_widget(GntWS *ws, GntWidget *widget);
+void gnt_ws_remove_widget(GntWS *ws, GntWidget *widget);
+void gnt_ws_widget_hide(GntWidget *widget, GHashTable *nodes);
+void gnt_ws_widget_show(GntWidget *widget, GHashTable *nodes);
+void gnt_ws_draw_taskbar(GntWS *ws, gboolean reposition);
+void gnt_ws_hide(GntWS *ws, GHashTable *table);
+void gnt_ws_show(GntWS *ws, GHashTable *table);
 
 const char * gnt_ws_get_name(GntWS *ws);