summaryrefslogtreecommitdiff
path: root/gobject/gboxed.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-10merge GVariantRyan Lortie1-0/+27
2010-01-25Move the boxed private type data to TypeNodeBenjamin Otte1-67/+5
2010-01-25Put calls to registered copy/free functions into separate functionsBenjamin Otte1-66/+31
2009-04-29Bug 580450 – Reference counting and boxed types for arraysDavid Zeuthen1-0/+33
2009-01-18Define an ENABLE_REGEX macroMatthias Clasen1-0/+4
2008-07-02Fix up section commentsMatthias Clasen1-7/+4
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer1-21/+23
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer1-16/+21
2008-06-21Migrating docs.Stefan Kost1-0/+54
2008-06-21Add titles back from tmpl.Stefan Kost1-0/+1
2008-06-21Use file-names from the section file for SECTION: comments.Stefan Kost1-1/+1
2008-06-21Migrating docs.Stefan Kost1-0/+42
2007-06-15Added GRegex boxed type. (#445065, Carlos Garnacho)Cody Russell1-0/+11
2005-11-23minor cleanups, implemented G_TYPE_HASH_TABLE.Tim Janik1-25/+50
2005-08-31More string interningMatthias Clasen1-6/+6
2005-08-31Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen1-1/+1
2005-04-29Add a boxed type for GDate. (#301787, Tim-Philipp Müller)Matthias Clasen1-0/+20
2005-03-14Make work again.Matthias Clasen1-1/+5
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-1/+2
2004-01-09Add a boxed type for nul-terminated string arrays. (#110528)Matthias Clasen1-0/+12
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen1-0/+7
2003-08-19adapt to new gbsearcharray.h code. (g_value_register_transform_func): turnTim Janik1-3/+7
2003-02-09remove lookup of unused BoxedNode.Soeren Sandmann1-4/+0
2002-05-06[ merged from stable ]Owen Taylor1-4/+3
2002-02-19provide marshaller specific value_set_*_take_ownership() variants.Tim Janik1-2/+1
2001-12-13implemented closure chaining.Tim Janik1-10/+13
2001-11-21put newly created param spec types into a global array.GOBJECT_GType_guintTim Janik1-25/+44
2001-09-10Removed is_refcounted and GBoxedInitFunc fromAlex Larsson1-36/+8
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-1/+1
2001-03-21This takes a `const GValue *' argument.Martin Baulig1-1/+1
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik1-1/+33
2001-03-08destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik1-0/+33
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-51/+158
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik1-24/+40
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-2/+2
2000-11-28Patches by Hans Breuer:Tor Lillqvist1-1/+1
2000-10-25added g_value_set_static_string().Tim Janik1-11/+26
2000-10-25added newly added gobject/ headers.Tim Janik1-0/+316