# HG changeset patch # User Guido Berhoerster # Date 1403780317 -7200 # Node ID dd1e5ae679f64b2468a9c4af4958a00049c01b62 # Parent 14f31e92372f9f83e16d7ecc4f9960041625c082 Add missing prototypes diff -r 14f31e92372f -r dd1e5ae679f6 xia-icon.h --- a/xia-icon.h Thu Apr 17 11:01:25 2014 +0200 +++ b/xia-icon.h Thu Jun 26 12:58:37 2014 +0200 @@ -54,6 +54,7 @@ GObjectClass parent_class; }; +GType xia_icon_get_type(void) G_GNUC_CONST; XiaIcon *xia_icon_new(void); G_END_DECLS diff -r 14f31e92372f -r dd1e5ae679f6 xia-inhibitor.h --- 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 *);