summaryrefslogtreecommitdiff
path: root/gobject/gobject.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-03invoke GObjectClass.constructed() only for newly constructed objects, andRyan Lortie1-0/+5
2006-09-30Fix some issues with PLT entries.Matthias Clasen1-2/+5
2006-08-29fixed to print usage and version info on STDOUT (#322502).Tim Janik1-1/+1
2006-08-26Fix some typos. (#351741, Kjartan Maraas)Matthias Clasen1-1/+1
2006-08-23changed return value of g_value_dup_object(), fixes #343292.Sven Neumann1-1/+1
2006-08-16conditionally thaw the notify queue after construction, so we don'tTim Janik1-26/+49
2006-03-07added case3 to hand out the original floating flag handler. required byTim Janik1-0/+5
2005-12-22renamed GUnowned to GInitiallyUnowned.Tim Janik1-4/+4
2005-12-22implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik1-17/+63
2005-11-23added floating reference count. g_object_is_floating():Tim Janik1-1/+44
2005-08-31Intern the signal name.Matthias Clasen1-1/+1
2005-08-31Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen1-1/+1
2005-08-01turned all modifications to the first 32 integer bits in a closure intoTim Janik1-1/+1
2005-07-31use g_datalist_set_flags() and g_datalist_unset_flags() to allow properTim Janik1-2/+2
2005-07-30reverted notify_mutex introduction, since this prevents parallelizedTim Janik1-45/+24
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen1-45/+78
2005-05-05Add g_object_add/remove_toggle_ref() functions to get notification when aOwen Taylor1-5/+116
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-11-29fix g_object_set() whithin _init() implementations not working forTim Janik1-3/+23
2003-11-27variant of class_peek() which works for static types only.Tim Janik1-47/+72
2003-10-21Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor1-15/+242
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen1-0/+7
2003-08-28removed stray change from previous commit.Manish Singh1-7/+0
2003-08-08Improve the wording of the warning for invalidMatthias Clasen1-1/+8
2003-05-30Order refs/unrefs so setting the same object back is safe. (#112861,Owen Taylor1-6/+9
2003-02-07Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen1-43/+0
2002-12-18Add docs.Matthias Clasen1-0/+22
2002-12-15Move some docs inline.Matthias Clasen1-0/+8
2002-12-02More GSignal docs.Matthias Clasen1-0/+13
2002-07-05Remove debugging message, approved by Tim Janik.Anders Carlsson1-2/+0
2002-05-06[ merged from stable ]Owen Taylor1-1/+0
2002-03-21fix extraneous include.Tim Janik1-0/+1
2002-03-13glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede1-1/+1
2002-03-03placed a comment about not changing CArray until we haveTim Janik1-0/+20
2002-02-21Fix implicit conversions between void * and function pointer (MiroslawOwen Taylor1-2/+2
2002-02-19provide marshaller specific value_set_*_take_ownership() variants.Tim Janik1-0/+21
2002-01-24return gulong instead of guint.Tim Janik1-1/+1
2001-11-12G_TOKEN_ERROR is also an end of stream condition.Tim Janik1-3/+0
2001-10-03s/retrive/retrieve/jacob berkman1-1/+1
2001-09-10removed extraneous GObject* returns from a couple functions that are veryTim Janik1-14/+8
2001-09-04gobject.c (g_object_base_class_finalize): typo fix.Matthias Clasen1-1/+1
2001-08-18add an object member to the structure. (weak_refs_notify): passJames Henstridge1-1/+3
2001-08-06added new function g_nullify_pointer().Sven Neumann1-0/+24
2001-07-02congrats tim, introducing of-by-one errors like on my very first day of CTim Janik1-2/+3
2001-07-02added g_list_insert_before().Tim Janik1-50/+164
2001-06-30g_signal_newc() => g_signal_new().Owen Taylor1-8/+8
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-14/+13
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-262/+193
2001-05-24gpointer, not gpointer *.Owen Taylor1-1/+1