summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop an unnecessary argument from G_DEFINE_PROPERTIESwip/gproperty-2Emmanuele Bassi2013-07-053-15/+14
* property: Remove implicit notify with explicit settersEmmanuele Bassi2013-07-054-98/+90
* docs: Update the GObject tutorial section on propertiesEmmanuele Bassi2013-07-051-211/+136
* docs: Add a section on the GProperty macrosEmmanuele Bassi2013-07-051-0/+35
* docs: Update examples in GPropertyEmmanuele Bassi2013-07-051-68/+33
* gobject: Add wrappers for overriding GProperty default valuesEmmanuele Bassi2013-07-053-6/+173
* property: Use the field offset everywhereEmmanuele Bassi2013-07-053-104/+55
* property: Add macros for defining propertiesEmmanuele Bassi2013-07-053-122/+391
* property: Add autogeneration of accessorsEmmanuele Bassi2013-07-052-0/+386
* gparam: Add setters for static nick and blurbEmmanuele Bassi2013-07-052-0/+56
* gobject: Initialize GProperties at instance creationEmmanuele Bassi2013-07-054-16/+51
* gobject: Use GProperty varargs API when accessing propertiesEmmanuele Bassi2013-07-051-68/+117
* gproperty: Add default valuesEmmanuele Bassi2013-07-053-9/+495
* gobject: Add GPropertyEmmanuele Bassi2013-07-058-9/+5328
* Deprecate g_type_class_add_private()Emmanuele Bassi2013-07-053-1/+7
* [l10n] Update Catalan translationGil Forcada2013-07-051-257/+257
* gthread: Use pthread_cond_timedwait_monotonic() if availableSebastian Dröge2013-07-042-0/+27
* Ensure that MAX_ALLOWED keeps working with the type macrosEmmanuele Bassi2013-07-031-7/+25
* Add missing G_BEGIN/END_DECLS to gsettingsschema.h.Martin Ejdestig2013-07-031-0/+4
* GDBusConnection: be more careful with async GetAllRyan Lortie2013-07-012-4/+47
* Revert two errant commits to GMutex, etc.Ryan Lortie2013-07-012-6/+1
* gspawn: Fix leak of internal pipe with G_SPAWN_LEAVE_DESCRIPTORS_OPENPaul Barbieri2013-07-011-0/+1
* Fix typo in documentationBastien Nocera2013-07-011-1/+1
* Finish the previous fix for GMutex, GRecMutex, GRWLock and GCondJeffrey Stedfast2013-06-302-0/+4
* Fixed g_mutex_clear() to fully undo g_mutex_init()Jeffrey Stedfast2013-06-301-1/+2
* Doc: small fixesSébastien Wilmet2013-06-304-5/+6
* Make G_STRFUNC consistent across platformsDan Winship2013-06-291-2/+2
* Improve various section headings in the docsMatthias Clasen2013-06-296-6/+6
* docs: minor formatting fixes to the gresource man pageMatthias Clasen2013-06-291-2/+2
* tests: add a test for the previous commitDan Winship2013-06-251-1/+50
* gmain: handle blocked source in g_source_add_child_source()Wim Taymans2013-06-251-14/+20
* version bumpRyan Lortie2013-06-241-1/+1
* GLib 2.37.32.37.3Ryan Lortie2013-06-241-0/+24
* small docs xml fixupRyan Lortie2013-06-241-0/+1
* Rename the generated private data getter functionEmmanuele Bassi2013-06-2479-101/+101
* gio: Missing G_ADD_PRIVATE in GFileInputStreamEmmanuele Bassi2013-06-241-4/+5
* docs: Clean up the GObject tutorial a bitEmmanuele Bassi2013-06-241-161/+142
* docs: Include newly added functions and macrosEmmanuele Bassi2013-06-241-0/+8
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-2476-713/+370
* gparam: Use the new private instance data APIEmmanuele Bassi2013-06-241-5/+10
* gobject: Add private field access macrosEmmanuele Bassi2013-06-241-0/+37
* Add G_PRIVATE_OFFSETEmmanuele Bassi2013-06-241-0/+17
* Allow registering instance private data during get_type()Emmanuele Bassi2013-06-245-0/+457
* Define GTESTER_REPORT for non-GLIB tooMatthias Clasen2013-06-231-0/+1
* docs: fix GTK-Doc buildDieter Verfaillie2013-06-231-1/+1
* GDBusMethodInvocation: add missing 'goto out'Ryan Lortie2013-06-221-0/+2
* GDBusMethodInvocation: add property return checksRyan Lortie2013-06-221-0/+59
* GDBusConnection: allow async property handlingRyan Lortie2013-06-224-15/+268
* GDBusMethodInvocation: add 'property_info'Ryan Lortie2013-06-224-19/+47
* GDBusConnection: some straight-up refactoringRyan Lortie2013-06-221-28/+58