Mercurial > projects > xinhibit-applet
changeset 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 | 3457a401e685 |
files | xia-icon.h xia-inhibitor.h |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 *);