Fixed more const declarations.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 17 Jul 2011 16:42:41 +0000 (09:42 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 17 Jul 2011 16:42:41 +0000 (09:42 -0700)
src/gtk/Includes/glib/gquark.cdecl
src/gtk/Includes/glib/gvariant.cdecl
src/gtk/Includes/gobject/genums.cdecl
src/gtk/Includes/gobject/gobject.cdecl
src/gtk/Includes/gobject/gparam.cdecl
src/gtk/Includes/gobject/gsignal.cdecl
src/gtk/Includes/gobject/gtype.cdecl
src/gtk/Includes/gobject/gvaluetypes.cdecl

index b74034a4810015a63779b45a29f6bef7e67825ed..1c18497b71b13692831d8ff87adf9dbd23877005 100644 (file)
@@ -7,10 +7,10 @@ glib-2.0/glib/gquark.h |#
 (typedef GQuark guint32)
 
 (extern GQuark g_quark_try_string
-       (string (const (* gchar))))
+       (string (* (const gchar))))
 ;(extern GQuark g_quark_from_static_string
 ;      (string (const (* gchar))))
 (extern GQuark g_quark_from_string
-       (string (const (* gchar))))
-(extern (const (* gchar)) g_quark_to_string
+       (string (* (const gchar))))
+(extern (* (const gchar)) g_quark_to_string
        (quark GQuark))
\ No newline at end of file
index b108ec5c7e153efd22b76ae13c7aae16ef7be39b..ebf784d6f8a69ad71e9c98aaa524b1d913cc71ca 100644 (file)
@@ -34,8 +34,8 @@ glib-2.0/glib/gvariant.h |#
 (extern (* GVariant)   g_variant_ref_sink (value (* GVariant)))
 (extern gboolean       g_variant_is_floating (value (* GVariant)))
 
-;(extern (const (* GVariantType)) g_variant_get_type (value (* GVariant)))
-(extern (const (* gchar)) g_variant_get_type_string (value (* GVariant)))
+;(extern (* (const GVariantType)) g_variant_get_type (value (* GVariant)))
+(extern (* (const gchar)) g_variant_get_type_string (value (* GVariant)))
 #;(extern gboolean g_variant_is_of_type
        (value (* GVariant))
-       (type (const (* GVariantType))))
\ No newline at end of file
+       (type (* (const GVariantType))))
\ No newline at end of file
index 51f15cde426f529bead77933eaa2fec41b66cc7d..e1bc9f152949332bd7e733e7841aee404fdcbbd4 100644 (file)
@@ -34,9 +34,9 @@ glib-2.0/gobject/genums.h |#
        (value (* GValue))
        (v_enum gint))
 (extern gint g_value_get_enum
-       (value (const (* GValue))))
+       (value (* (const GValue))))
 (extern void g_value_set_flags
                (value (* GValue))
        (v_flags guint))
 (extern guint g_value_get_flags
-               (value (const (* GValue))))
\ No newline at end of file
+               (value (* (const GValue))))
\ No newline at end of file
index 208927f61f53108871ff5aec7f332c9cdd0a1112..efcab0e219af0ffbbc449569fadeb0f105f12559 100644 (file)
@@ -21,7 +21,7 @@ glib-2.0/gobject/gobject.h |#
         (* (function void
                      (object (* GObject))
                      (property_id guint)
-                     (value (const (* GValue)))
+                     (value (* (const GValue)))
                      (pspec (* GParamSpec)))))
 (typedef GObjectFinalizeFunc
         (* (function void (object (* GObject)))))
@@ -51,7 +51,7 @@ glib-2.0/gobject/gobject.h |#
         (* (function void
                      (object (* GObject))
                      (property_id guint)
-                     (value (const (* GValue)))
+                     (value (* (const GValue)))
                      (pspec (* GParamSpec)))))
        (get_property
         (* (function void
@@ -101,20 +101,20 @@ glib-2.0/gobject/gobject.h |#
 
 (extern (* GParamSpec) g_object_class_find_property
        (oclass (* GObjectClass))
-       (property_name (const (* gchar))))
+       (property_name (* (const gchar))))
 
 (extern void g_object_set_property
        (object (* GObject))
-       (property_name (const (* gchar)))
-       (value (const (* GValue))))
+       (property_name (* (const gchar)))
+       (value (* (const GValue))))
 
 (extern void g_object_get_property
        (object (* GObject))
-       (property_name (const (* gchar)))
+       (property_name (* (const gchar)))
        (value (* GValue)))
 
 (extern void g_value_set_object
        (value (* GValue))
        (v_object gpointer))
 (extern (* GObject) g_value_get_object
-       (value (const (* GValue))))
+       (value (* (const GValue))))
index 776750bf14c15e7e6dbc85282642367ba4f383ad..feb61fb89952bb0554e023493fb84e30a96874c1 100644 (file)
@@ -47,13 +47,13 @@ glib-2.0/gobject/gparam.h |#
        (values_cmp
         (* (function gint
                      (pspec (* GParamSpec))
-                     (value1 (const (* GValue)))
-                     (value2 (const (* GValue))))))
+                     (value1 (* (const GValue)))
+                     (value2 (* (const GValue))))))
        ;;< private >
        (dummy (array gpointer 4)))
 
 (struct _GParameter        ; auxillary structure for _setv() variants
-       (name (const (* gchar)))
+       (name (* (const gchar)))
        (value GValue))
 
 (extern GType                          ;glib-2.0/gobject/gparam.h
index e77a12611539caf9310a340112d290ceb3eb3afa..cf9d813e978c69dd7a479af81f3cbc4c073c9cb4 100644 (file)
@@ -9,7 +9,7 @@ glib-2.0/gobject/gsignal.h |#
 
 (extern gulong g_signal_connect_data
        (instance gpointer)
-       (detailed_signal (const (* gchar)))
+       (detailed_signal (* (const gchar)))
        (CALLBACK GCallback)
        (ID gpointer)
        (destroy_data GClosureNotify)
index 6855b35c30b04fad860efda6abeb246bc901cb34..f992b9b11c91c8bb2bdf8ba77d669b36fea477d9 100644 (file)
@@ -56,7 +56,7 @@ glib-2.0/gobject/gtype.h |#
 
 (struct _GTypeQuery
        (type GType)
-       (type_name (const (* gchar)))
+       (type_name (* (const gchar)))
        (class_size guint)
        (instance_size guint))
 
@@ -71,6 +71,6 @@ glib-2.0/gobject/gtype.h |#
        G_TYPE_FUNDAMENTAL
        (type_id GType))
 
-(extern (const (* gchar))
+(extern (* (const gchar))
        G_OBJECT_CLASS_NAME
        (class (* GObjectClass)))
\ No newline at end of file
index 4e2292636cebf6a9f4e8f96889377071ad010fb6..cf10e2a10b062b8174a93535f5e7066e6c4ee470 100644 (file)
@@ -8,69 +8,69 @@ glib-2.0/gobject/gvaluetypes.h |#
        (value (* GValue))
        (v_char gchar))
 (extern gchar g_value_get_char
-       (value (const (* GValue))))
+       (value (* (const GValue))))
 (extern void g_value_set_uchar
        (value (* GValue))
        (v_uchar guchar))
 (extern guchar g_value_get_uchar
-       (value (const (* GValue))))
+       (value (* (const GValue))))
 (extern void g_value_set_boolean
        (value (* GValue))
        (v_boolean gboolean))
 (extern gboolean g_value_get_boolean
-       (value (const (* GValue))))
+       (value (* (const GValue))))
 (extern void g_value_set_int
        (value (* GValue))
        (v_int gint))
 (extern gint g_value_get_int
-       (value (const (* GValue))))
+       (value (* (const GValue))))
 (extern void g_value_set_uint
        (value (* GValue))
        (v_uint guint))
 (extern guint g_value_get_uint
-       (value (const (* GValue))))
+       (value (* (const GValue))))
 (extern void g_value_set_long
        (value (* GValue))
        (v_long glong))
 (extern glong g_value_get_long
-       (value (const (* GValue))))
+       (value (* (const GValue))))
 (extern void g_value_set_ulong
        (value (* GValue))
        (v_ulong gulong))
 (extern gulong g_value_get_ulong
-       (value (const (* GValue))))
+       (value (* (const GValue))))
 ;(extern void g_value_set_int64
 ;      (value (* GValue))
 ;      (v_int64 gint64))
 ;(extern gint64 g_value_get_int64
-;      (value (const (* GValue))))
+;      (value (* (const GValue))))
 ;(extern void g_value_set_uint64
 ;      (value (* GValue))
 ;      (v_uint64 guint64))
 ;(extern guint64 g_value_get_uint64
-;      (value (const (* GValue))))
+;      (value (* (const GValue))))
 (extern void g_value_set_float
        (value (* GValue))
        (v_float gfloat))
 (extern gfloat g_value_get_float
-       (value (const (* GValue))))
+       (value (* (const GValue))))
 (extern void g_value_set_double
        (value (* GValue))
        (v_double gdouble))
 (extern gdouble g_value_get_double
-       (value (const (* GValue))))
+       (value (* (const GValue))))
 (extern void g_value_set_string
        (value (* GValue))
-       (v_string (const (* gchar))))
+       (v_string (* (const gchar))))
 ;(extern void g_value_set_static_string
 ;      (value (* GValue))
-;      (v_string (const (* gchar))))
-(extern (const (* gchar)) g_value_get_string
-       (value (const (* GValue))))
+;      (v_string (* (const gchar))))
+(extern (* (const gchar)) g_value_get_string
+       (value (* (const GValue))))
 ;(extern (* gchar) g_value_dup_string
-;      (value (const (* GValue))))
+;      (value (* (const GValue))))
 (extern void g_value_set_pointer
        (value (* GValue))
        (v_pointer gpointer))
 (extern gpointer g_value_get_pointer
-       (value (const (* GValue))))
\ No newline at end of file
+       (value (* (const GValue))))
\ No newline at end of file