]> spindle.queued.net Git - midori/commitdiff
Add G_GNUC_CONST to all Katze type functions
authorChristian Dywan <christian@twotoasts.de>
Sat, 16 Jan 2010 06:01:34 +0000 (07:01 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 17 Jan 2010 17:14:48 +0000 (18:14 +0100)
katze/katze-array.h
katze/katze-arrayaction.h
katze/katze-http-auth.h
katze/katze-http-cookies.h
katze/katze-item.h
katze/katze-net.h
katze/katze-preferences.h
katze/katze-scrolled.h
katze/katze-separatoraction.h
katze/katze-throbber.h

index af3370d5425da0fb5b22328caeba528d88d79ffa..069536075d5012cc45593e665e37c51b60b82d10 100644 (file)
@@ -33,7 +33,7 @@ typedef struct _KatzeArray                       KatzeArray;
 typedef struct _KatzeArrayClass                  KatzeArrayClass;
 
 GType
-katze_array_get_type               (void);
+katze_array_get_type               (void) G_GNUC_CONST;
 
 KatzeArray*
 katze_array_new                    (GType         type);
index 062ffbd0cd7b84f85bc8e05596d1322e87730898..2e8c462a0cd304c4915d710d83cd858367ffee6a 100644 (file)
@@ -35,7 +35,7 @@ typedef struct _KatzeArrayAction         KatzeArrayAction;
 typedef struct _KatzeArrayActionClass    KatzeArrayActionClass;
 
 GType
-katze_array_action_get_type              (void);
+katze_array_action_get_type              (void) G_GNUC_CONST;
 
 KatzeArray*
 katze_array_action_get_array            (KatzeArrayAction* array_action);
index 908646fd73d798ae988ea7355579721f5c24c8cf..bbf2e392cd342ee3b6ab895da152593716f4c6f1 100644 (file)
@@ -35,7 +35,7 @@ typedef struct _KatzeHttpAuth                KatzeHttpAuth;
 typedef struct _KatzeHttpAuthClass           KatzeHttpAuthClass;
 
 GType
-katze_http_auth_get_type                       (void);
+katze_http_auth_get_type                       (void) G_GNUC_CONST;
 
 G_END_DECLS
 
index 97caa271d426f00d1fc63dc51ccc39eddce5b396..b791a50c5903d58c5114d49ca4288c2ee0db82fc 100644 (file)
@@ -35,7 +35,7 @@ typedef struct _KatzeHttpCookies                KatzeHttpCookies;
 typedef struct _KatzeHttpCookiesClass           KatzeHttpCookiesClass;
 
 GType
-katze_http_cookies_get_type                       (void);
+katze_http_cookies_get_type                       (void) G_GNUC_CONST;
 
 G_END_DECLS
 
index eaf74002ca765c29903d4e5c144d8610bb471049..344f50139f92c8608a78b2d7bd2b6bc9a66dfe30 100644 (file)
@@ -56,7 +56,7 @@ struct _KatzeItemClass
 };
 
 GType
-katze_item_get_type               (void);
+katze_item_get_type               (void) G_GNUC_CONST;
 
 KatzeItem*
 katze_item_new                    (void);
index 13f502663fe7dca9a9c0fab9a6520eee08201cda..d57a74b0b2d6694264117ce7346107f61b2d85e6 100644 (file)
@@ -35,7 +35,7 @@ typedef struct _KatzeNet                KatzeNet;
 typedef struct _KatzeNetClass           KatzeNetClass;
 
 GType
-katze_net_get_type                       (void);
+katze_net_get_type                       (void) G_GNUC_CONST;
 
 KatzeNet*
 katze_net_new                            (void);
index 63bd48433c61a56a17ca13ab9c098951b1122e31..e957ebcab2d29edda0ebbd68dd381caee560983c 100644 (file)
@@ -46,7 +46,7 @@ struct _KatzePreferencesClass
 };
 
 GType
-katze_preferences_get_type               (void);
+katze_preferences_get_type               (void) G_GNUC_CONST;
 
 GtkWidget*
 katze_preferences_new                    (GtkWindow*          parent);
index e8787f17f58ee3447bf819cda78bd48d1bcf62de..5535d449c57d5918ab506276e637715c1066655f 100644 (file)
@@ -48,7 +48,7 @@ struct _KatzeScrolledClass
 };
 
 GType
-katze_scrolled_get_type         (void);
+katze_scrolled_get_type         (void) G_GNUC_CONST;
 
 GtkWidget*
 katze_scrolled_new              (GtkAdjustment* hadjustment,
index 396b83d8906625a531f3f201d9344c6fd0ef823a..084eebfb839cae313e32b45b1b03babb5fd6b6f5 100644 (file)
@@ -36,7 +36,7 @@ typedef struct _KatzeSeparatorAction         KatzeSeparatorAction;
 typedef struct _KatzeSeparatorActionClass    KatzeSeparatorActionClass;
 
 GType
-katze_separator_action_get_type              (void);
+katze_separator_action_get_type              (void) G_GNUC_CONST;
 
 G_END_DECLS
 
index 34d00044f99588d07503ea0ef2ebc066e8e1d249..dfa714a8b2e0d318e1558704fc34c0722e4857f9 100644 (file)
@@ -45,7 +45,7 @@ struct _KatzeThrobberClass
 };
 
 GType
-katze_throbber_get_type             (void);
+katze_throbber_get_type             (void) G_GNUC_CONST;
 
 GtkWidget*
 katze_throbber_new                  (void);