diff xia-inhibitor.h @ 14:dd1e5ae679f6

Add missing prototypes
author Guido Berhoerster <guido+xinhibit-applet@berhoerster.name>
date Thu, 26 Jun 2014 12:58:37 +0200
parents 14f31e92372f
children
line wrap: on
line diff
--- a/xia-inhibitor.h	Thu Apr 17 11:01:25 2014 +0200
+++ b/xia-inhibitor.h	Thu Jun 26 12:58:37 2014 +0200
@@ -55,6 +55,7 @@
 	GObjectClass	parent_class;
 };
 
+GType		xia_inhibitor_get_type(void) G_GNUC_CONST;
 XiaInhibitor *	xia_inhibitor_new(void);
 void		xia_inhibitor_set_inhibited(XiaInhibitor *, gboolean);
 gboolean	xia_inhibitor_get_inhibited(XiaInhibitor *);