finch/libgnt/gntfilesel.h

branch
soc.2013.gobjectification.plugins
changeset 37118
5bbf6b8c30fd
parent 37100
a243a5e7afb3
parent 35594
f1831b0421b2
--- a/finch/libgnt/gntfilesel.h	Wed Feb 19 18:13:59 2014 +0530
+++ b/finch/libgnt/gntfilesel.h	Fri Feb 21 02:52:27 2014 +0530
@@ -45,6 +45,8 @@
 #define GNT_FILE_SEL_SET_FLAGS(obj, flags)		(GNT_FILE_SEL_FLAGS(obj) |= flags)
 #define GNT_FILE_SEL_UNSET_FLAGS(obj, flags)	(GNT_FILE_SEL_FLAGS(obj) &= ~(flags))
 
+#define GNT_TYPE_FILE					(gnt_file_get_type())
+
 typedef struct _GntFileSel			GntFileSel;
 typedef struct _GntFileSelPriv		GntFileSelPriv;
 typedef struct _GntFileSelClass		GntFileSelClass;
@@ -109,6 +111,13 @@
 GType gnt_file_sel_get_type(void);
 
 /**
+ * gnt_file_get_type:
+ *
+ * Returns: The #GType for the #GntFile boxed structure.
+ */
+GType gnt_file_get_type(void);
+
+/**
  * gnt_file_sel_new:
  *
  * Create a new file selector.

mercurial