summaryrefslogtreecommitdiff
path: root/gobject/gboxed.c
Commit message (Expand)AuthorAgeFilesLines
* minor cleanups, implemented G_TYPE_HASH_TABLE.Tim Janik2005-11-231-25/+50
* More string interningMatthias Clasen2005-08-311-6/+6
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Add a boxed type for GDate. (#301787, Tim-Philipp Müller)Matthias Clasen2005-04-291-0/+20
* Make work again.Matthias Clasen2005-03-141-1/+5
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-1/+2
* Add a boxed type for nul-terminated string arrays. (#110528)Matthias Clasen2004-01-091-0/+12
* Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen2003-09-121-0/+7
* adapt to new gbsearcharray.h code. (g_value_register_transform_func): turnTim Janik2003-08-191-3/+7
* remove lookup of unused BoxedNode.Soeren Sandmann2003-02-091-4/+0
* [ merged from stable ]Owen Taylor2002-05-061-4/+3
* provide marshaller specific value_set_*_take_ownership() variants.Tim Janik2002-02-191-2/+1
* implemented closure chaining.Tim Janik2001-12-131-10/+13
* put newly created param spec types into a global array.GOBJECT_GType_guintTim Janik2001-11-211-25/+44
* Removed is_refcounted and GBoxedInitFunc fromAlex Larsson2001-09-101-36/+8
* remove left-over usages of an anonymous GBoxed typedef.Tim Janik2001-06-191-1/+1
* This takes a `const GValue *' argument.Martin Baulig2001-03-211-1/+1
* removed archaic gpointer derived_data; relict and added a GData memberTim Janik2001-03-181-1/+33
* destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik2001-03-081-0/+33
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-51/+158
* changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik2001-02-171-24/+40
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-2/+2
* Patches by Hans Breuer:Tor Lillqvist2000-11-281-1/+1
* added g_value_set_static_string().Tim Janik2000-10-251-11/+26
* added newly added gobject/ headers.Tim Janik2000-10-251-0/+316