summaryrefslogtreecommitdiff
path: root/gobject/gobject.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-22gobject: unref unused classMarek Kasik1-1/+5
2014-05-13Avoid overeager warning about deprecated propertiesMatthias Clasen1-3/+10
2014-02-15gobject: re-allow finalization from constructor()Dan Winship1-2/+2
2014-02-14docs: let go of *Matthias Clasen1-6/+8
2014-02-08Eradicate links and xrefsMatthias Clasen1-12/+8
2014-02-06Stop using <para> for idsMatthias Clasen1-2/+2
2014-02-06Docs: replace <literal> by `Matthias Clasen1-1/+1
2014-02-06Docs: use quotes instead of firsttermMatthias Clasen1-11/+11
2014-02-01Annotate all examples with their languageMatthias Clasen1-11/+11
2014-02-01Docs: Big entity cleanupMatthias Clasen1-8/+8
2014-02-01GObject: Convert docs to markdownMatthias Clasen1-57/+8
2014-01-31Docs: Convert examples to |[ ]|Matthias Clasen1-19/+15
2014-01-31Docs: Don't use the note tagMatthias Clasen1-2/+0
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-12-02Drop g_trap_object_ref debugging mechanismMatthias Clasen1-12/+0
2013-11-23Document details of GObject::notifyMatthias Clasen1-1/+11
2013-10-22gobject: simplify object-in-construction handlingDan Winship1-49/+19
2013-10-22gobject: forbid finalization-during-constructionDan Winship1-10/+16
2013-08-14gobject: Handle ref_count==0 in notify_by_pspecNick Schermer1-0/+3
2013-06-10GObject: turn add-property-after-init to a warningRyan Lortie1-2/+2
2013-05-29GObject: prevent installing properties after initRyan Lortie1-2/+7
2013-05-29Trivial documentation typosMatthias Clasen1-2/+2
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship1-25/+25
2013-05-02gobject: rename an unused parameter to make AIX happyDan Winship1-2/+2
2013-04-26g_object_new: check for NULL from _constructor()Ryan Lortie1-0/+12
2013-04-23GObject: substantially rework g_object_new()Ryan Lortie1-187/+340
2013-04-22Revert "GObject: prevent installing properties after init"Ryan Lortie1-7/+2
2013-04-22GObject: prevent installing properties after initRyan Lortie1-2/+7
2013-03-15Doc: clarify a bit g_signal_connect_object()Sébastien Wilmet1-1/+1
2012-11-21GObject: Fix code snippet in description of floating reference.Kjell Ahlstedt1-1/+2
2012-11-19Revert "[gobject] set all properties before constructed()"Ryan Lortie1-4/+4
2012-10-08[gobject] set all properties before constructed()Ryan Lortie1-4/+4
2012-10-08fix g_signal_connect_object() documentationRyan Lortie1-18/+4
2012-09-02Add an atomic compare-and-exchange operation for object dataMatthias Clasen1-1/+174
2012-05-28gobject: Document notify signal deduplication with freeze/thawPhilip Withnall1-2/+7
2012-04-27Add g_clear_pointer()Xavier Claessens1-12/+1
2012-02-15gobject: Use a destructor rather than g_atexit() for refcount debuggingDan Winship1-0/+10
2012-01-03Fix parameter name mismatches in GWeakRef apiMatthias Clasen1-23/+23
2012-01-02GWeakRef: add a weak GObject reference believed to be thread-safeRyan Lortie1-2/+237
2012-01-02g_object_weak_ref, g_object_add_weak_pointer: document non-thread-safetySimon McVittie1-0/+9
2011-12-20GObject: do checks on interface property installRyan Lortie1-1/+7
2011-12-20GObject: require READ or WRITE on property installRyan Lortie1-0/+1
2011-12-20GObject: allow G_PARAM_CONSTRUCT on any overrideRyan Lortie1-4/+1
2011-12-20GObject: change the order of property checksRyan Lortie1-20/+50
2011-12-20GObject: fix property override type checksRyan Lortie1-15/+58
2011-12-20GObject: fixup reversed logic in last commitRyan Lortie1-1/+1
2011-12-20gobject: Clean up logic in property checksRyan Lortie1-29/+21
2011-12-20gobject: loosen property override flag restrictionsRyan Lortie1-4/+5
2011-12-09Cosmetic doc changeMatthias Clasen1-1/+1
2011-11-29Do not use static GTypeInfo and GInterfaceInfoNicola Fontana1-1/+1