finch/libgnt/gntwm.h

branch
soc.2013.gobjectification.plugins
changeset 37075
cf3f735b09b7
parent 37064
3373bd0b4ea6
parent 35475
ec0d44434ba8
child 37077
d6404f69bf6c
--- a/finch/libgnt/gntwm.h	Thu Feb 06 16:53:42 2014 +0530
+++ b/finch/libgnt/gntwm.h	Thu Feb 06 20:02:57 2014 +0530
@@ -36,7 +36,7 @@
 #include <panel.h>
 #include <time.h>
 
-#define GNT_TYPE_WM				(gnt_wm_get_gtype())
+#define GNT_TYPE_WM				(gnt_wm_get_type())
 #define GNT_WM(obj)				(G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_WM, GntWM))
 #define GNT_WM_CLASS(klass)		(G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_WM, GntWMClass))
 #define GNT_IS_WM(obj)			(G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_WM))
@@ -197,7 +197,7 @@
  *
  * Returns: GType for GntWM.
  */
-GType gnt_wm_get_gtype(void);
+GType gnt_wm_get_type(void);
 
 /**
  * gnt_wm_add_workspace:
@@ -360,14 +360,14 @@
 /**
  * gnt_wm_set_event_stack:
  *
- * @internal
+ * Internal function -- do not use.
  */
 void gnt_wm_set_event_stack(GntWM *wm, gboolean set);
 
 /**
  * gnt_wm_copy_win:
  *
- * @internal
+ * Internal function -- do not use.
  */
 void gnt_wm_copy_win(GntWidget *widget, GntNode *node);
 
@@ -379,4 +379,5 @@
 time_t gnt_wm_get_idle_time(void);
 
 G_END_DECLS
+
 #endif

mercurial