summaryrefslogtreecommitdiff
path: root/gobject/gparamspecs.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-07Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen1-226/+0
2002-12-15Move some docs inline.Matthias Clasen1-1/+227
2002-02-171.3.14GLIB_1_3_14Owen Taylor1-1/+2
2002-01-11fixed param_value_array_values_cmp(), param_value_array_validate() andTim Janik1-27/+35
2001-11-21put newly created param spec types into a global array.GOBJECT_GType_guintTim Janik1-3/+33
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik1-72/+0
2001-10-12cosmetic fixups.Tim Janik1-15/+15
2001-10-11Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin1-56/+166
2001-10-03Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor1-0/+56
2001-05-10use g_str_hash() algorithm to generate hashes.Tim Janik1-25/+0
2001-04-01applied patch from owen to implement GParamSpecUnichar.Tim Janik1-2/+81
2001-03-14made config arg to g_scanner_new() const.Tim Janik1-48/+94
2001-03-09use g_type_is_a() to check for object_type being a G_TYPE_OBJECT, notTim Janik1-1/+1
2001-03-08destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik1-5/+5
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-378/+328
2001-03-06add a new param spec to handle interfaces.Jonathan Blandford1-0/+72
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik1-0/+5
2001-01-05set the value_type in the param spec; closes bug 40210Havoc Pennington1-0/+2
2000-12-15add an instance member value_type so the default value of the pspec classTim Janik1-15/+10
2000-12-13urg managed to forget this last time ;(Tim Janik1-0/+73
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-0/+201
2000-10-25added newly added gobject/ headers.Tim Janik1-124/+81
2000-08-21Fix inclusion of config.hElliot Lee1-1/+1
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-897/+238
2000-05-12add reserved fundamental ids for gtk types (for transition time). addedTim Janik1-0/+2004