summaryrefslogtreecommitdiff
path: root/gobject/gvaluetypes.h
Commit message (Expand)AuthorAgeFilesLines
* Rename all visibility macrosXavier Claessens2022-10-131-43/+43
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-1/+1
* GValue: Add interned string supportEdward Hervey2020-05-191-0/+16
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+38
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* use GLIB_DEPRECATED_IN_2_32_FOR to deprecate g_value_{g,s}et_scharGuillaume Desmottes2012-04-031-2/+2
* GObject: Don't use G_DISABLE_DEPRECATED for functionsMatthias Clasen2011-11-031-5/+2
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-3/+5
* Add G_GNUC_DEPRECATED to deprecated functions in gobjectMatthias Clasen2011-10-081-5/+5
* gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters2011-09-221-0/+5
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-1/+1
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-1/+1
* Add g_value_take_variantChristian Persch2010-06-191-0/+2
* Add fundamental type and pspec for GVariantChristian Persch2010-06-171-0/+15
* Migrating docs.Stefan Kost2008-06-211-0/+118
* Migrating docs.Stefan Kost2008-06-211-0/+5
* implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik2005-12-221-0/+6
* Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen2003-09-121-1/+4
* Improve the detection of invalid includes by moving the test outside theOwen Taylor2001-11-221-3/+3
* Include gtypes.h not gobject/gtype.hOwen Taylor2001-11-181-0/+3
* Add a function g_pointer_type_register_static() to register a type derivedOwen Taylor2001-11-041-0/+3
* Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin2001-10-111-10/+8
* Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor2001-10-031-0/+10
* removed archaic gpointer derived_data; relict and added a GData memberTim Janik2001-03-181-0/+3
* made config arg to g_scanner_new() const.Tim Janik2001-03-141-0/+4
* Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist2001-03-091-8/+2
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-50/+50
* include string.hHavoc Pennington2001-02-171-45/+42
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-1/+7
* const fixTim Janik2000-10-271-1/+1
* added g_value_set_static_string().Tim Janik2000-10-251-34/+37
* added newly added gobject/ headers.Tim Janik2000-10-251-43/+47
* define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik2000-06-241-0/+86