summaryrefslogtreecommitdiff
path: root/gobject/gvalue.c
Commit message (Expand)AuthorAgeFilesLines
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1
* gvalue: Fix description of g_value_type_transformable()Kjell Ahlstedt2016-04-281-2/+2
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-1/+1
* Allow passing unset GValues to g_value_unset()Dan Winship2015-10-021-4/+7
* Revert "gvalue: Add g_value_clear method"Dan Winship2015-10-021-20/+0
* Revert "gvalue: Improve _unset() documentation"Dan Winship2015-10-021-3/+1
* gvalue: Improve _unset() documentationNicolas Dufresne2015-09-291-1/+3
* gvalue: Add g_value_clear methodNicolas Dufresne2015-09-291-0/+20
* gvalue: New g_value_init_from_instanceEdward Hervey2014-06-241-0/+65
* Minor documentation additions and correctionsMatthias Clasen2014-05-311-5/+6
* docs: let go of *Matthias Clasen2014-02-141-8/+8
* Eradicate links and xrefsMatthias Clasen2014-02-081-3/+3
* Annotate all examples with their languageMatthias Clasen2014-02-011-1/+1
* Docs: Big entity cleanupMatthias Clasen2014-02-011-14/+14
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Clarify type transformability and comparabilityA. Walton2014-01-191-1/+3
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-3/+3
* Remove g_type_init() callsRyan Lortie2012-10-161-2/+0
* gobject/gio: some last missed statics/incluesRyan Lortie2011-10-161-0/+1
* Add (allow-none) annotation for GValue setters.Pavel Holejsovsky2011-08-171-1/+1
* Add G_VALUE_INITMarc-André Lureau2011-08-131-3/+3
* gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters2011-06-031-1/+1
* Add GI annotations to GValue and GValueArray.Pavel Holejsovsky2010-12-191-7/+6
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-071-4/+0
* [gobject] Grow gvalue transform array exponentiallyBehdad Esfahbod2009-12-211-1/+1
* Bug 523939 – Example program for GValueBjörn Lindqvist2008-08-221-0/+60
* Fix up section commentsMatthias Clasen2008-07-021-11/+8
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-37/+45
* Add titles back from tmpl.Stefan Kost2008-06-211-0/+1
* Use file-names from the section file for SECTION: comments.Stefan Kost2008-06-211-1/+1
* Migrating docs.Stefan Kost2008-06-211-0/+129
* reverted a change to have an assert instead of a g_return_val_if_fail()Tim Janik2006-10-021-1/+1
* Make work again.Matthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-1/+2
* Use g_assert() instead of g_return_val_if_fail(), suggested by SheldonMatthias Clasen2003-12-171-1/+4
* adapt to new gbsearcharray.h code. (g_value_register_transform_func): turnTim Janik2003-08-191-7/+10
* don't assert the types passed in to have value tables. this preventsTim Janik2003-02-171-2/+4
* implemented closure chaining.Tim Janik2001-12-131-6/+13
* perform an exact match on the two types instead of usingSven Neumann2001-12-101-3/+6
* removed archaic gpointer derived_data; relict and added a GData memberTim Janik2001-03-181-6/+3
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-217/+213
* changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik2001-02-171-14/+2
* adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik2001-01-311-0/+4
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-2/+52
* made both functions return gboolean just for the little extra standardSebastian Wilhelmi2000-10-301-1/+1
* added newly added gobject/ headers.Tim Janik2000-10-251-4/+36
* include string.h for memset include string.h for strcpy include string.hOwen Taylor2000-06-291-1/+4
* define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik2000-06-241-185/+83
* add reserved fundamental ids for gtk types (for transition time). addedTim Janik2000-05-121-0/+374