]> spindle.queued.net Git - midori/commitdiff
Add G_GNUC_CONST to all Midori type functions
authorChristian Dywan <christian@twotoasts.de>
Sat, 16 Jan 2010 06:05:16 +0000 (07:05 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 17 Jan 2010 17:14:48 +0000 (18:14 +0100)
midori/midori-app.h
midori/midori-browser.h
midori/midori-extension.h
midori/midori-locationaction.h
midori/midori-panel.h
midori/midori-preferences.h
midori/midori-searchaction.h
midori/midori-view.h
midori/midori-viewable.h
midori/midori-websettings.h

index 1bdc00efd1bdb468e6aec3f2466ac1be49df061f..7c2809673de0ef89b8231c278ce6926d1ca55dd9 100644 (file)
@@ -36,7 +36,7 @@ typedef struct _MidoriApp                MidoriApp;
 typedef struct _MidoriAppClass           MidoriAppClass;
 
 GType
-midori_app_get_type               (void);
+midori_app_get_type               (void) G_GNUC_CONST;
 
 MidoriApp*
 midori_app_new                    (void);
index 08340280f24ca44b066519f4ef6a6dca5d5d8883..1b3d87343f6b4e60f98c966b95fe0304ae49e2ef 100644 (file)
@@ -75,7 +75,7 @@ struct _MidoriBrowserClass
 };
 
 GType
-midori_browser_get_type               (void);
+midori_browser_get_type               (void) G_GNUC_CONST;
 
 MidoriBrowser*
 midori_browser_new                    (void);
index 60b7d017a64a13118340cf4f6debe45e3ed4d9dc..9fceb982ffed11c2ae9492881f68d13f8a1f126e 100644 (file)
@@ -46,7 +46,7 @@ struct _MidoriExtensionClass
 };
 
 GType
-midori_extension_get_type            (void);
+midori_extension_get_type            (void) G_GNUC_CONST;
 
 gboolean
 midori_extension_is_prepared         (MidoriExtension* extension);
index 33c3a39ea7cc4789f68c5765df962ee7f8db5e07..2dc56314ceb174a03473b73f8c81bfa5301b09b5 100644 (file)
@@ -33,7 +33,7 @@ typedef struct _MidoriLocationAction         MidoriLocationAction;
 typedef struct _MidoriLocationActionClass    MidoriLocationActionClass;
 
 GType
-midori_location_action_get_type             (void);
+midori_location_action_get_type             (void) G_GNUC_CONST;
 
 void
 midori_location_action_freeze              (MidoriLocationAction* location_action);
index 704fd95eaeb0f62030851c808f33ead4b102c480..d9a1fe19d1dc4085eb9c712510cb275a81796a85 100644 (file)
@@ -37,7 +37,7 @@ typedef struct _MidoriPanel                MidoriPanel;
 typedef struct _MidoriPanelClass           MidoriPanelClass;
 
 GType
-midori_panel_get_type               (void);
+midori_panel_get_type               (void) G_GNUC_CONST;
 
 GtkWidget*
 midori_panel_new                    (void);
index 3b4ca2ed7419ff5af500e5f794ee22d204ae2e91..89c6f9de4e70a0b1156b24088988c855122f8603 100644 (file)
@@ -40,7 +40,7 @@ struct _MidoriPreferencesClass
 };
 
 GType
-midori_preferences_get_type               (void);
+midori_preferences_get_type               (void) G_GNUC_CONST;
 
 GtkWidget*
 midori_preferences_new              (GtkWindow*         parent,
index 760dd4e519c71f4ad53716e0642ffc6bf9fb825f..9eb269f442b58fe52640c3add072dc2f7134f50b 100644 (file)
@@ -33,7 +33,7 @@ typedef struct _MidoriSearchAction         MidoriSearchAction;
 typedef struct _MidoriSearchActionClass    MidoriSearchActionClass;
 
 GType
-midori_search_action_get_type              (void);
+midori_search_action_get_type              (void) G_GNUC_CONST;
 
 const gchar*
 midori_search_action_get_text              (MidoriSearchAction* action);
index a8a7452673d18cbba0a1deb0f6f03a1afb08d185..d3fa0894bcb9158a7191cad596b1516c6ecbce9f 100644 (file)
@@ -61,7 +61,7 @@ typedef struct _MidoriView                MidoriView;
 typedef struct _MidoriViewClass           MidoriViewClass;
 
 GType
-midori_view_get_type                   (void);
+midori_view_get_type                   (void) G_GNUC_CONST;
 
 GtkWidget*
 midori_view_new                        (KatzeNet*          net);
index 80a6a108b17816a05d30509baada201ab85ccbf2..fca3e6035ea6c5b6e1c9ffbf631b509164f89210 100644 (file)
@@ -50,7 +50,7 @@ struct _MidoriViewableIface
 };
 
 GType
-midori_viewable_get_type               (void);
+midori_viewable_get_type               (void) G_GNUC_CONST;
 
 GtkWidget*
 midori_viewable_new_from_uri           (const gchar*           uri);
index 0826ad545812bda4b635c7ebf8d6a532693ae64c..ca9f3c9e621e8b231ad6fdec694efcd8c8df54bd 100644 (file)
@@ -149,7 +149,7 @@ midori_identity_get_type (void) G_GNUC_CONST;
     (midori_identity_get_type ())
 
 GType
-midori_web_settings_get_type               (void);
+midori_web_settings_get_type               (void) G_GNUC_CONST;
 
 MidoriWebSettings*
 midori_web_settings_new                    (void);