summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)Author
2013-09-19gobject: Fix compilation on OS X/ppc64Misty De Meo
2013-09-02gobject-2.0: Annotate another GSignal function taking instancesMartin Pitt
2013-09-02gobject-2.0: Annotate GSignal functions taking instancesEmmanuele Bassi
2013-08-27gtype: fix a no-op assertionDan Winship
2013-08-22Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentationDieter Verfaillie
2013-08-17Start using TAPMatthias Clasen
2013-08-17update .gitignoresDan Winship
2013-08-17build: fix dtrace-related warningsDan Winship
2013-08-14gobject: Handle ref_count==0 in notify_by_pspecNick Schermer
2013-08-04gtype: Fix typo in g_type_class_add_private() error messageEmanuele Aina
2013-07-29Fix G_ADD_PRIVATE_DYNAMIC()Sébastien Wilmet
2013-07-28Trivial typo fixMatthias Clasen
2013-07-27Fix a typoRico Tzschichholz
2013-07-26Add macros and symbols for private data on dynamic typesEmmanuele Bassi
2013-07-26Document restrictions on private namesMatthias Clasen
2013-07-22tests/closure: Send SIGUSR1 only to our pidColin Walters
2013-07-22tests/closure: Use correct prototype for signal callbackColin Walters
2013-07-21gsourceclosure.c: Fix build on WindowsChun-wei Fan
2013-07-21gobject/tests/closure: fix on win32Dan Winship
2013-07-21tests/closure: Fix invalid unrefColin Walters
2013-07-20Improve documentationSébastien Wilmet
2013-07-17gsourceclosure: fix idle/timeout/signal closures, add child watch supportDan Winship
2013-07-13gsourceclosure: Add support for GUnixSignalWatchSource and GUnixFDSourceDan Winship
2013-07-13gsourceclosure: use g_cclosure_marshal_genericDan Winship
2013-07-03Ensure that MAX_ALLOWED keeps working with the type macrosEmmanuele Bassi
2013-06-24Rename the generated private data getter functionEmmanuele Bassi
2013-06-24gparam: Use the new private instance data APIEmmanuele Bassi
2013-06-24gobject: Add private field access macrosEmmanuele Bassi
2013-06-24Add G_PRIVATE_OFFSETEmmanuele Bassi
2013-06-24Allow registering instance private data during get_type()Emmanuele Bassi
2013-06-17gobject/tests: Add missing build dependencyColin Walters
2013-06-12tests/binding: Ensure that the binding goes awayEmmanuele Bassi
2013-06-12binding: Use hash table as a setEmmanuele Bassi
2013-06-12binding: Make unbind() release the reference on GBindingEmmanuele Bassi
2013-06-10GObject: turn add-property-after-init to a warningRyan Lortie
2013-05-31Rework the build system for a new tests approachRyan Lortie
2013-05-29GObject: prevent installing properties after initRyan Lortie
2013-05-29Remove G_TEST_DATA= from installed .test filesRyan Lortie
2013-05-29Trivial doc typo fixMatthias Clasen
2013-05-29Trivial documentation typosMatthias Clasen
2013-05-29Improve signal test coverageMatthias Clasen
2013-05-29Improve test coverage in gobject/Matthias Clasen
2013-05-24build: Fix usage of %.test againColin Walters
2013-05-24tests: Drop unnecessary % from .test pattern match ruleColin Walters
2013-05-23gsignal: remove some pointless lockingRyan Lortie
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship
2013-05-19Make gobject tests installableMatthias Clasen
2013-05-13tests: port from g_test_trap_subprocess() to g_test_trap_fork()Dan Winship
2013-05-09Clarify GValueArray docsMatthias Clasen
2013-05-02binding: Add an explicit unbind()Emmanuele Bassi