summaryrefslogtreecommitdiff
path: root/gobject/gobject.c
Commit message (Expand)AuthorAgeFilesLines
* gobject: rename an unused parameter to make AIX happyDan Winship2013-05-021-2/+2
* g_object_new: check for NULL from _constructor()Ryan Lortie2013-04-261-0/+12
* GObject: substantially rework g_object_new()test/gobjectnewRyan Lortie2013-04-231-187/+340
* Revert "GObject: prevent installing properties after init"Ryan Lortie2013-04-221-7/+2
* GObject: prevent installing properties after initRyan Lortie2013-04-221-2/+7
* Doc: clarify a bit g_signal_connect_object()Sébastien Wilmet2013-03-151-1/+1
* GObject: Fix code snippet in description of floating reference.Kjell Ahlstedt2012-11-211-1/+2
* Revert "[gobject] set all properties before constructed()"Ryan Lortie2012-11-191-4/+4
* [gobject] set all properties before constructed()Ryan Lortie2012-10-081-4/+4
* fix g_signal_connect_object() documentationRyan Lortie2012-10-081-18/+4
* Add an atomic compare-and-exchange operation for object dataMatthias Clasen2012-09-021-1/+174
* gobject: Document notify signal deduplication with freeze/thawPhilip Withnall2012-05-281-2/+7
* Add g_clear_pointer()Xavier Claessens2012-04-271-12/+1
* gobject: Use a destructor rather than g_atexit() for refcount debuggingDan Winship2012-02-151-0/+10
* Fix parameter name mismatches in GWeakRef apiMatthias Clasen2012-01-031-23/+23
* GWeakRef: add a weak GObject reference believed to be thread-safeRyan Lortie2012-01-021-2/+237
* g_object_weak_ref, g_object_add_weak_pointer: document non-thread-safetySimon McVittie2012-01-021-0/+9
* GObject: do checks on interface property installRyan Lortie2011-12-201-1/+7
* GObject: require READ or WRITE on property installRyan Lortie2011-12-201-0/+1
* GObject: allow G_PARAM_CONSTRUCT on any overrideRyan Lortie2011-12-201-4/+1
* GObject: change the order of property checksRyan Lortie2011-12-201-20/+50
* GObject: fix property override type checksRyan Lortie2011-12-201-15/+58
* GObject: fixup reversed logic in last commitRyan Lortie2011-12-201-1/+1
* gobject: Clean up logic in property checksRyan Lortie2011-12-201-29/+21
* gobject: loosen property override flag restrictionsRyan Lortie2011-12-201-4/+5
* Cosmetic doc changeMatthias Clasen2011-12-091-1/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-291-1/+1
* Fix !debug buildsMatthias Clasen2011-11-221-8/+7
* [notify] remove some rather bogus 'inline' useRyan Lortie2011-11-161-3/+3
* [notify] dispatch 'notify' directly if not frozenRyan Lortie2011-11-161-4/+15
* [notify] add 'conditional' to _notify_queue_freezeRyan Lortie2011-11-161-9/+16
* [notify] Remove GObjectNotifyContext indirectionRyan Lortie2011-11-161-42/+18
* [notify] lift some logic out of _notify_queue_addRyan Lortie2011-11-161-21/+42
* [notify] remove an obviously false commentRyan Lortie2011-11-161-1/+0
* [notify] lift some code outside of critical regionRyan Lortie2011-11-161-4/+4
* [notify] drop some unused codeRyan Lortie2011-11-161-28/+0
* [notify] merge gobjectnotifyqueue.c into gobject.cRyan Lortie2011-11-161-2/+160
* [notify] remove some useless forward declarationsRyan Lortie2011-11-161-7/+0
* Add G_SIGNAL_DEPRECATEDMarc-André Lureau2011-11-071-1/+1
* gobject: Use G_VALUE_INITJavier Jardón2011-10-181-4/+4
* GObject docs: resolve broken linksRyan Lortie2011-09-051-2/+2
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* Add (allow-none) annotation for GValue setters.Pavel Holejsovsky2011-08-171-3/+3
* gobject: remove -DG_DISABLE_CONST_RETURNSRyan Lortie2011-06-091-1/+1
* Fix a typoMatthias Clasen2011-06-051-13/+13
* Use g_param_spec_ref_sink instead of separate ref, sinkMatthias Clasen2011-06-041-2/+1
* No necessary to init qdata atomicallyMatthias Clasen2011-06-041-1/+1
* Make g_object_get_data use the new faster g_datalist_get_dataAlexander Larsson2011-06-031-5/+1
* gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters2011-06-031-1/+2
* glib: Rewrite gatomic.[ch]Ryan Lortie2011-05-281-2/+2