Mercurial > projects > xinhibit-applet
comparison xia-icon.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 | cb21006b64c7 |
comparison
equal
deleted
inserted
replaced
13:14f31e92372f | 14:dd1e5ae679f6 |
---|---|
52 | 52 |
53 struct _XiaIconClass { | 53 struct _XiaIconClass { |
54 GObjectClass parent_class; | 54 GObjectClass parent_class; |
55 }; | 55 }; |
56 | 56 |
57 GType xia_icon_get_type(void) G_GNUC_CONST; | |
57 XiaIcon *xia_icon_new(void); | 58 XiaIcon *xia_icon_new(void); |
58 | 59 |
59 G_END_DECLS | 60 G_END_DECLS |
60 | 61 |
61 #endif /* __XIA_ICON_H */ | 62 #endif /* __XIA_ICON_H */ |