summaryrefslogtreecommitdiff
path: root/gobject/gobject.h
AgeCommit message (Expand)AuthorFilesLines
2003-10-21Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor1-0/+11
2003-10-20Documentation additions.Matthias Clasen1-1/+3
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen1-2/+4
2002-03-21fix extraneous include.Tim Janik1-1/+0
2002-02-19provide marshaller specific value_set_*_take_ownership() variants.Tim Janik1-0/+7
2002-01-24return gulong instead of guint.Tim Janik1-1/+1
2002-01-09cosmetic fix.Tim Janik1-1/+1
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor1-3/+3
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor1-0/+4
2001-11-05we need signal.h for G_BREAKPOINT().Tim Janik1-0/+1
2001-09-10removed extraneous GObject* returns from a couple functions that are veryTim Janik1-5/+5
2001-08-18add an object member to the structure. (weak_refs_notify): passJames Henstridge1-1/+2
2001-08-06added new function g_nullify_pointer().Sven Neumann1-0/+4
2001-07-02added g_list_insert_before().Tim Janik1-5/+16
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-2/+2
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-11/+14
2001-05-24gpointer, not gpointer *.Owen Taylor1-1/+1
2001-05-22make g_value_set_object() take a gpointer v_object so people don't need toTim Janik1-1/+1
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist1-10/+2
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-23/+24
2000-12-13urg managed to forget this last time ;(Tim Janik1-4/+4
2000-12-13return whether a value got removed.Tim Janik1-5/+6
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-129/+145
2000-11-20More convenient data-setting functionsHavoc Pennington1-0/+11
2000-11-15doh, s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; reported by Maas-MaartenTim Janik1-1/+1
2000-10-27fixed notifier position for post_marshal guard which was off at 0.Tim Janik1-4/+4
2000-10-25added newly added gobject/ headers.Tim Janik1-29/+44
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-0/+6
2000-05-12add reserved fundamental ids for gtk types (for transition time). addedTim Janik1-0/+165