changeset 40:c390b3638e6a

Add missing function prototypes
author Guido Berhoerster <gber@opensuse.org>
date Fri, 07 Feb 2014 21:58:05 +0100
parents f6edbee6441f
children ccbbb9f3d7fc
files pkui-backend.h pkui-icon.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pkui-backend.h	Fri Feb 07 21:56:46 2014 +0100
+++ b/pkui-backend.h	Fri Feb 07 21:58:05 2014 +0100
@@ -53,6 +53,7 @@
 	GObjectClass	parent_class;
 };
 
+GType		pkui_backend_get_type(void);
 PkuiBackend	*pkui_backend_new(guint startup_delay, guint interval);
 guint		pkui_backend_get_updates_normal(PkuiBackend *self);
 guint		pkui_backend_get_updates_important(PkuiBackend *self);
--- a/pkui-icon.h	Fri Feb 07 21:56:46 2014 +0100
+++ b/pkui-icon.h	Fri Feb 07 21:58:05 2014 +0100
@@ -53,6 +53,7 @@
 	GObjectClass	parent_class;
 };
 
+GType		pkui_icon_get_type(void);
 PkuiIcon	*pkui_icon_new(guint startup_delay, guint check_interval);
 
 G_END_DECLS