summaryrefslogtreecommitdiff
path: root/gobject/gvalue.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-21[gobject] Grow gvalue transform array exponentiallyBehdad Esfahbod1-1/+1
2008-08-22Bug 523939 – Example program for GValueBjörn Lindqvist1-0/+60
2008-07-02Fix up section commentsMatthias Clasen1-11/+8
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer1-37/+45
2008-06-21Add titles back from tmpl.Stefan Kost1-0/+1
2008-06-21Use file-names from the section file for SECTION: comments.Stefan Kost1-1/+1
2008-06-21Migrating docs.Stefan Kost1-0/+129
2006-10-02reverted a change to have an assert instead of a g_return_val_if_fail()Tim Janik1-1/+1
2005-03-14Make work again.Matthias Clasen1-1/+4
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-1/+2
2003-12-17Use g_assert() instead of g_return_val_if_fail(), suggested by SheldonMatthias Clasen1-1/+4
2003-08-19adapt to new gbsearcharray.h code. (g_value_register_transform_func): turnTim Janik1-7/+10
2003-02-17don't assert the types passed in to have value tables. this preventsTim Janik1-2/+4
2001-12-13implemented closure chaining.Tim Janik1-6/+13
2001-12-10perform an exact match on the two types instead of usingSven Neumann1-3/+6
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik1-6/+3
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-217/+213
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik1-14/+2
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik1-0/+4
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-2/+52
2000-10-30made both functions return gboolean just for the little extra standardSebastian Wilhelmi1-1/+1
2000-10-25added newly added gobject/ headers.Tim Janik1-4/+36
2000-06-29include string.h for memset include string.h for strcpy include string.hOwen Taylor1-1/+4
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-185/+83
2000-05-12add reserved fundamental ids for gtk types (for transition time). addedTim Janik1-0/+374