summaryrefslogtreecommitdiff
path: root/gobject/gparamspecs.c
Commit message (Expand)AuthorAgeFilesLines
...
* put newly created param spec types into a global array.GOBJECT_GType_guintTim Janik2001-11-211-3/+33
* add API for chaining: g_signal_chain_from_overridden() andTim Janik2001-11-141-72/+0
* cosmetic fixups.Tim Janik2001-10-121-15/+15
* Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin2001-10-111-56/+166
* Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor2001-10-031-0/+56
* use g_str_hash() algorithm to generate hashes.Tim Janik2001-05-101-25/+0
* applied patch from owen to implement GParamSpecUnichar.Tim Janik2001-04-011-2/+81
* made config arg to g_scanner_new() const.Tim Janik2001-03-141-48/+94
* use g_type_is_a() to check for object_type being a G_TYPE_OBJECT, notTim Janik2001-03-091-1/+1
* destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik2001-03-081-5/+5
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-378/+328
* add a new param spec to handle interfaces.Jonathan Blandford2001-03-061-0/+72
* adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik2001-01-311-0/+5
* set the value_type in the param spec; closes bug 40210Havoc Pennington2001-01-051-0/+2
* add an instance member value_type so the default value of the pspec classTim Janik2000-12-151-15/+10
* urg managed to forget this last time ;(Tim Janik2000-12-131-0/+73
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-0/+201
* added newly added gobject/ headers.Tim Janik2000-10-251-124/+81
* Fix inclusion of config.hElliot Lee2000-08-211-1/+1
* define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik2000-06-241-897/+238
* add reserved fundamental ids for gtk types (for transition time). addedTim Janik2000-05-121-0/+2004