summaryrefslogtreecommitdiff
path: root/gobject/gboxed.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie1-0/+10
2012-12-27Move single-include guards inside include guardsMatthias Clasen1-3/+3
2012-02-29Version the deprecation of g_value_array_get_type()Emmanuele Bassi1-13/+0
2012-01-24Deprecate GValueArrayEmmanuele Bassi1-0/+4
2011-11-03GObject: Don't use G_DISABLE_DEPRECATED for functionsMatthias Clasen1-2/+0
2011-10-11Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan1-1/+2
2011-10-08Add G_GNUC_DEPRECATED to deprecated functions in gobjectMatthias Clasen1-1/+1
2011-05-19GObject: move GLib type definitions to a separate headerGiovanni Campagna1-144/+8
2011-02-13Cosmetic rearrangementMatthias Clasen1-81/+93
2010-08-25docs: Fix up GDateTime for the GObject referenceEmmanuele Bassi1-1/+1
2010-08-24datetime: Add GDateTime to the GType systemThiago Santos1-1/+9
2010-06-17Add fundamental type and pspec for GVariantChristian Persch1-9/+4
2010-04-22Add a boxed type for GErrorMatthias Clasen1-0/+9
2010-02-10merge GVariantRyan Lortie1-0/+18
2009-04-29Bug 580450 – Reference counting and boxed types for arraysDavid Zeuthen1-0/+27
2008-06-21Migrating docs.Stefan Kost1-0/+8
2008-06-21Add --sgml-mode to allow sgml in doc-fragments (which somehow works beforeStefan Kost1-1/+1
2008-06-21Migrating docs.Stefan Kost1-0/+12
2008-06-21Migrating docs.Stefan Kost1-0/+5
2008-06-21Migrating docs.Stefan Kost1-4/+81
2007-06-15Added GRegex boxed type. (#445065, Carlos Garnacho)Cody Russell1-0/+2
2005-11-27Document GObject API additionsMatthias Clasen1-0/+1
2005-11-23minor cleanups, implemented G_TYPE_HASH_TABLE.Tim Janik1-0/+1
2005-04-29Add a boxed type for GDate. (#301787, Tim-Philipp Müller)Matthias Clasen1-0/+2
2004-01-09Add a boxed type for nul-terminated string arrays. (#110528)Matthias Clasen1-1/+5
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen1-1/+4
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor1-3/+3
2001-11-21put newly created param spec types into a global array.GOBJECT_GType_guintTim Janik1-4/+13
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor1-0/+4
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik1-3/+3
2001-09-10Removed is_refcounted and GBoxedInitFunc fromAlex Larsson1-4/+1
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-2/+1
2001-03-21This takes a `const GValue *' argument.Martin Baulig1-1/+1
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist1-8/+2
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-12/+19
2000-10-25added g_value_set_static_string().Tim Janik1-8/+10
2000-10-25added newly added gobject/ headers.Tim Janik1-0/+64