comparison 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
comparison
equal deleted inserted replaced
13:14f31e92372f 14:dd1e5ae679f6
53 53
54 struct _XiaInhibitorClass { 54 struct _XiaInhibitorClass {
55 GObjectClass parent_class; 55 GObjectClass parent_class;
56 }; 56 };
57 57
58 GType xia_inhibitor_get_type(void) G_GNUC_CONST;
58 XiaInhibitor * xia_inhibitor_new(void); 59 XiaInhibitor * xia_inhibitor_new(void);
59 void xia_inhibitor_set_inhibited(XiaInhibitor *, gboolean); 60 void xia_inhibitor_set_inhibited(XiaInhibitor *, gboolean);
60 gboolean xia_inhibitor_get_inhibited(XiaInhibitor *); 61 gboolean xia_inhibitor_get_inhibited(XiaInhibitor *);
61 62
62 G_END_DECLS 63 G_END_DECLS