summaryrefslogtreecommitdiff
path: root/gobject/gvaluetypes.h
AgeCommit message (Expand)Author
2023-11-04gvalue: add g_value_steal_string()Alexander Slobodeniuk
2022-10-13Rename all visibility macrosXavier Claessens
2022-06-01Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall
2022-03-04docs: mark macros, flags, enums with percent signGabor Karsay
2020-05-19GValue: Add interned string supportEdward Hervey
2017-05-24gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2014-01-31Updated FSF's addressDaniel Mustieles
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie
2012-12-27Move single-include guards inside include guardsMatthias Clasen
2012-04-03use GLIB_DEPRECATED_IN_2_32_FOR to deprecate g_value_{g,s}et_scharGuillaume Desmottes
2011-11-03GObject: Don't use G_DISABLE_DEPRECATED for functionsMatthias Clasen
2011-10-11Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan
2011-10-08Add G_GNUC_DEPRECATED to deprecated functions in gobjectMatthias Clasen
2011-09-22gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters
2011-06-09Remove all uses of G_CONST_RETURNRyan Lortie
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie
2010-06-19Add g_value_take_variantChristian Persch
2010-06-17Add fundamental type and pspec for GVariantChristian Persch
2008-06-21Migrating docs.Stefan Kost
2008-06-21Migrating docs.Stefan Kost
2005-12-22implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor
2001-11-04Add a function g_pointer_type_register_static() to register a type derivedOwen Taylor
2001-10-11Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin
2001-10-03Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik
2001-03-14made config arg to g_scanner_new() const.Tim Janik
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik
2001-02-17include string.hHavoc Pennington
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik
2000-10-27const fixTim Janik
2000-10-25added g_value_set_static_string().Tim Janik
2000-10-25added newly added gobject/ headers.Tim Janik
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik