summaryrefslogtreecommitdiff
path: root/gobject/gparam.h
AgeCommit message (Expand)AuthorFilesLines
2005-11-23added floating reference count. g_object_is_floating():Tim Janik1-0/+1
2005-06-20Avoid a warning. (#308295, Murray Cumming).Matthias Clasen1-3/+3
2005-06-13Re-add G_PARAM_PRIVATE as a deprecated name for bit 5, since some languageMatthias Clasen1-1/+4
2005-03-21Don't copy strings which are marked as static. Don't allow non-canonicalMatthias Clasen1-1/+3
2003-10-24100%Matthias Clasen1-0/+1
2003-10-21Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor1-1/+3
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen1-2/+4
2002-03-03placed a comment about not changing CArray until we haveTim Janik1-0/+1
2002-02-19provide marshaller specific value_set_*_take_ownership() variants.Tim Janik1-0/+5
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor1-3/+8
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor1-0/+3
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik1-3/+3
2001-11-13API cleanups. remove g_type_check_flags(), provide g_type_test_flags() asTim Janik1-1/+1
2001-11-13fix standard type macros.Tim Janik1-3/+8
2001-09-18up version number to 1.3.8, interface age 0, binary age 0.Tim Janik1-2/+5
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-3/+3
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-2/+12
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik1-0/+3
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist1-8/+2
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-5/+9
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik1-4/+4
2000-12-29got rid of outdated dmalloc support. provide g_try_malloc() andTim Janik1-0/+1
2000-12-15add an instance member value_type so the default value of the pspec classTim Janik1-1/+2
2000-12-13return whether a value got removed.Tim Janik1-15/+17
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-19/+26
2000-10-25added newly added gobject/ headers.Tim Janik1-34/+32
2000-07-19gparam.h gvalue.h gparam.c Shut up Sun's picky compiler.Tor Lillqvist1-1/+1
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-28/+23
2000-05-12add reserved fundamental ids for gtk types (for transition time). addedTim Janik1-0/+186