From 45fb71949a0c0e27fe8d0948b345334f61a5c924 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sun, 18 Mar 2001 04:44:38 +0000 Subject: removed archaic gpointer derived_data; relict and added a GData member Wed Mar 14 18:46:54 2001 Tim Janik * gscanner.[hc]: removed archaic gpointer derived_data; relict and added a GData member instead. * glist.[hc]: added g_list_remove_all(). * gslist.[hc]: added g_slist_remove_all(). Sat Mar 17 23:18:36 2001 Tim Janik * gobject.c (g_object_get_property): minor bug-fix. * gbsearcharray.[hc]: provide a macro for static initialization and functions g_bsearch_array_new() and g_bsearch_array_destroy() for dynamic allocations. * gboxed.c: introduce G_TYPE_GSTRING, boxed type for GString. * gclosure.[hc]: naming corrections. Fri Mar 9 16:42:08 2001 Tim Janik * gvaluetypes.[hc]: moved g_strdup_value_contents() into this file as a public function (was static in gobject.c before). it's a bit odd to have that function here, especially since it requires extra includes, but then it doesn't very well fit somewhere else either. * gparamspecs.c: added default/max/min checks to param spec creation functions. --- gobject/gvaluetypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gobject/gvaluetypes.h') diff --git a/gobject/gvaluetypes.h b/gobject/gvaluetypes.h index 8f9ac7d3b..371c846b5 100644 --- a/gobject/gvaluetypes.h +++ b/gobject/gvaluetypes.h @@ -88,6 +88,9 @@ void g_value_set_string_take_ownership (GValue *value, gchar *v_string); +/* humpf, need a C representable type name for G_TYPE_STRING */ +typedef gchar* gchararray; + G_END_DECLS -- cgit v1.2.1