summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2014-08-08gtype: Fast-path for g_type_is_aEdward Hervey1-0/+3
2014-08-08Do not crash when checking whether an instance type is of a given fundamental.Andre Moreira Magalhaes (andrunko)1-1/+3
2014-07-30Remove atomics from g_clear_object/g_clear_pointerAlexander Larsson1-3/+0
2014-07-10docs: Use "Returns:" instead "Return:"Javier Jardón1-2/+2
2014-07-05Fix typoMichael Catanzaro1-1/+1
2014-06-28gobject: move _g_type_debug_flags from gtype.h to gtype-private.hKang Hu2-1/+2
2014-06-28all: remove use of 'register' keywordRyan Lortie3-68/+68
2014-06-27GObject: tweak property deprecation warningsRyan Lortie1-29/+27
2014-06-25gtype: Remove unused headerEmmanuele Bassi1-1/+0
2014-06-24GObject: warn on use of deprecated propertiesRyan Lortie1-20/+63
2014-06-24gvalue: New g_value_init_from_instanceEdward Hervey3-4/+70
2014-06-23gsignal: Add an example to the g_signal_connect_swapped() documentationPhilip Withnall1-3/+25
2014-06-22gclosure: Remove an unused alloca() and assignmentPhilip Withnall1-3/+0
2014-06-16Try to make gobject.py work with both pythonsMatthias Clasen1-1/+4
2014-06-12gparam: Remove unnecessary conditionals around preconditionsColin Walters1-5/+2
2014-06-10gparam: change value of G_PARAM_EXPLICIT_NOTIFYRyan Lortie1-3/+3
2014-06-09gtype: remove interface-after-init exceptionsRyan Lortie1-6/+1
2014-06-06docs: warn about installing properties after initRyan Lortie1-3/+12
2014-06-06Revert "GObject: prevent installing properties after init"Ryan Lortie3-17/+0
2014-06-06gtype: guard uses of new fundamental type checkRyan Lortie2-0/+8
2014-06-06test: add test for explicit-notify propertiesRyan Lortie1-2/+60
2014-06-06gobject: add 'explicit notify' GParamSpec flagRyan Lortie2-5/+13
2014-05-31docs: GType documentation cleanupMatthias Clasen2-168/+160
2014-05-31docs: Replace <function> XML tag with back ticksEmmanuele Bassi2-5/+4
2014-05-31Minor documentation additions and correctionsMatthias Clasen1-5/+6
2014-05-31Document g_signal_handlers_destroyMatthias Clasen1-1/+5
2014-05-31GParamSpec: Use new fundamental instance checkEdward Hervey1-1/+1
2014-05-31gobject: Use fast fundamental instance type checkEdward Hervey1-1/+1
2014-05-31gtype: Add check for fundamental instance typeEdward Hervey2-0/+25
2014-05-30Fix the closure test in continuousMatthias Clasen1-0/+12
2014-05-22gobject: unref unused classMarek Kasik1-1/+5
2014-05-13Avoid overeager warning about deprecated propertiesMatthias Clasen1-3/+10
2014-05-13Remove some markup from docsMatthias Clasen1-2/+2
2014-05-10gobject.py: Port to gdb 7.7 frame filter APITom Tromey1-44/+48
2014-05-09doc: various improvementsSébastien Wilmet1-2/+2
2014-05-05Fix some typos in documentationMathieu Bridon1-1/+1
2014-04-29gobject: Document that classes/objects/interfaces are zero-filledPhilip Withnall2-2/+16
2014-04-24docs: Remove <!-- --> comment before plural sVolker Sobek3-3/+3
2014-04-15docs: Use markdown links in all .c and .h filesVolker Sobek2-2/+2
2014-04-10gparam: Add G_PARAM_READWRITE to GParamFlagsEmmanuele Bassi1-6/+2
2014-04-10gobject: try to link with -Wl,-z,nodeleteAlexandre Rostovtsev1-0/+1
2014-04-03Add a small note to g_cclosure_marshal_generic docsPaolo Borelli1-0/+3
2014-03-17gbinding: warn on failed value transformationDan Winship2-7/+31
2014-03-08gtype – Mark _get_instance_private() function as G_GNUC_UNUSEDSebastian Dröge1-0/+1
2014-03-07GObject: Remove more leftover markup from headersMatthias Clasen5-14/+13
2014-03-02docs: Ditch more markupMatthias Clasen4-15/+11
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann2-9/+9
2014-02-15win32: fixup lib.exe invocationRyan Lortie1-1/+4
2014-02-15gobject: re-allow finalization from constructor()Dan Winship2-11/+13
2014-02-14docs: let go of &ast;Matthias Clasen3-18/+20