summaryrefslogtreecommitdiff
path: root/gobject/gvaluetypes.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-12GVariant: add g_variant_take_ref()Ryan Lortie1-7/+7
2011-06-13Drop a few more G_CONST_RETURNRyan Lortie1-1/+1
2011-06-03gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters1-1/+2
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi1-1/+1
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie1-1/+1
2010-12-19Add GI annotations to GValue and GValueArray.Pavel Holejsovsky1-1/+1
2010-09-13g_strdup_value_contents(): dump GStrv more usefullyWill Thompson1-0/+19
2010-08-18Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch1-9/+1
2010-07-07gobject/: fully remove gobjectalias hacksRyan Lortie1-4/+0
2010-06-19Tiny docs fixChristian Persch1-4/+4
2010-06-19Add g_value_take_variantChristian Persch1-0/+39
2010-06-17fix a typoMatthias Clasen1-1/+1
2010-06-17Add fundamental type and pspec for GVariantChristian Persch1-0/+148
2008-08-01Clarify some docsMatthias Clasen1-2/+2
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer1-61/+61
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer1-5/+6
2008-06-21Migrating docs.Stefan Kost1-0/+248
2008-06-21Migrating docs.Stefan Kost1-1/+11
2008-06-21Migrating docs.Stefan Kost1-0/+9
2006-09-30Fix some issues with PLT entries.Matthias Clasen1-6/+6
2005-12-22implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik1-0/+29
2005-08-31Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen1-13/+13
2005-05-20dup the new value before freeing the old, just in case. (#172142, MortenMatthias Clasen1-2/+7
2005-03-14Make work again.Matthias Clasen1-1/+3
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-1/+2
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen1-0/+7
2001-11-04Add a function g_pointer_type_register_static() to register a type derivedOwen Taylor1-0/+26
2001-10-12cosmetic fixups.Tim Janik1-10/+10
2001-10-11Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin1-36/+94
2001-10-03Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor1-0/+35
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik1-8/+8
2001-03-14made config arg to g_scanner_new() const.Tim Janik1-0/+69
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-238/+157
2001-02-17include string.hHavoc Pennington1-1/+1
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik1-129/+111
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik1-0/+5
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-1/+113
2000-10-27const fixTim Janik1-1/+1
2000-10-25added g_value_set_static_string().Tim Janik1-2/+18
2000-10-25added newly added gobject/ headers.Tim Janik1-21/+111
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-0/+588