summaryrefslogtreecommitdiff
path: root/gobject/gvaluetypes.c
Commit message (Expand)AuthorAgeFilesLines
* Support versions of GTypeswip/alexl/versioned-typesAlexander Larsson2016-02-151-1/+1
* gio/gobject: Various introspection fixesRico Tzschichholz2016-02-031-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-10/+10
* values: Use v_pointer for g_value_set_gtype()Benjamin Otte2012-01-141-2/+2
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-291-1/+1
* gobject: Use G_VALUE_INITJavier Jardón2011-10-181-1/+1
* gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters2011-09-221-1/+41
* Add missing (allow-none) annotations to g_value_set_string functionsPavel Holejsovsky2011-08-191-4/+4
* Add (allow-none) annotation for GValue setters.Pavel Holejsovsky2011-08-171-2/+2
* GVariant: add g_variant_take_ref()Ryan Lortie2011-07-121-7/+7
* Drop a few more G_CONST_RETURNRyan Lortie2011-06-131-1/+1
* gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters2011-06-031-1/+2
* 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 GI annotations to GValue and GValueArray.Pavel Holejsovsky2010-12-191-1/+1
* g_strdup_value_contents(): dump GStrv more usefullyWill Thompson2010-09-131-0/+19
* Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch2010-08-181-9/+1
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-071-4/+0
* Tiny docs fixChristian Persch2010-06-191-4/+4
* Add g_value_take_variantChristian Persch2010-06-191-0/+39
* fix a typoMatthias Clasen2010-06-171-1/+1
* Add fundamental type and pspec for GVariantChristian Persch2010-06-171-0/+148
* Clarify some docsMatthias Clasen2008-08-011-2/+2
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-61/+61
* moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer2008-06-221-5/+6
* Migrating docs.Stefan Kost2008-06-211-0/+248
* Migrating docs.Stefan Kost2008-06-211-1/+11
* Migrating docs.Stefan Kost2008-06-211-0/+9
* Fix some issues with PLT entries.Matthias Clasen2006-09-301-6/+6
* implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik2005-12-221-0/+29
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-13/+13
* dup the new value before freeing the old, just in case. (#172142, MortenMatthias Clasen2005-05-201-2/+7
* Make work again.Matthias Clasen2005-03-141-1/+3
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-1/+2
* Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen2003-09-121-0/+7
* Add a function g_pointer_type_register_static() to register a type derivedOwen Taylor2001-11-041-0/+26
* cosmetic fixups.Tim Janik2001-10-121-10/+10
* Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin2001-10-111-36/+94
* Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor2001-10-031-0/+35
* removed archaic gpointer derived_data; relict and added a GData memberTim Janik2001-03-181-8/+8
* made config arg to g_scanner_new() const.Tim Janik2001-03-141-0/+69
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-238/+157
* include string.hHavoc Pennington2001-02-171-1/+1
* changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik2001-02-171-129/+111
* adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik2001-01-311-0/+5
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-1/+113
* const fixTim Janik2000-10-271-1/+1
* added g_value_set_static_string().Tim Janik2000-10-251-2/+18
* added newly added gobject/ headers.Tim Janik2000-10-251-21/+111