[gnome-pocket] Make gnome_pocket_get_type() static



commit e8c659c6f50d2949fa2efe22d6db7c28117c4503
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Sep 20 19:57:09 2014 +0200

    Make gnome_pocket_get_type() static

 gnome-pocket/gnome-pocket.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-pocket/gnome-pocket.h b/gnome-pocket/gnome-pocket.h
index 2489f0d..c950074 100644
--- a/gnome-pocket/gnome-pocket.h
+++ b/gnome-pocket/gnome-pocket.h
@@ -48,7 +48,7 @@ struct _GnomePocketClass
   GObjectClass parent;
 };
 
-GType              gnome_pocket_get_type        (void);
+GType              gnome_pocket_get_type        (void) G_GNUC_CONST;
 
 GnomePocket       *gnome_pocket_new             (void);
 void               gnome_pocket_add_url         (GnomePocket         *self,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]