summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2011-10-18gobject: Use G_VALUE_INITJavier Jardón12-46/+46
2011-10-16push G_THREADS_MANDATORY over the cliffRyan Lortie1-2/+0
2011-10-16gobject/gio: some last missed statics/incluesRyan Lortie3-2/+3
2011-10-16more 'static' adding in testcasesRyan Lortie8-6/+22
2011-10-15Document that types are limited to 64 KiBSimon McVittie1-1/+8
2011-10-15Turn GKeyFile into a boxed for introspectionGiovanni Campagna3-0/+13
2011-10-13g_thread_new: never failRyan Lortie1-1/+1
2011-10-13thread: nuke the concept of 'joinable'Ryan Lortie1-1/+1
2011-10-12Disable deprecations where appropriate in testsMatthias Clasen4-3/+5
2011-10-11Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan4-6/+11
2011-10-08Add G_GNUC_DEPRECATED to deprecated functions in gobjectMatthias Clasen4-8/+8
2011-10-06gobjet/gclosure.c: Fix styling issuesChun-wei Fan1-1/+1
2011-10-06gobject/gclosure.c: Add type cast for int_val = valueChun-wei Fan1-1/+1
2011-10-06Revert "gobject/gclosure.c: Made up for missed pointer deref"Chun-wei Fan1-1/+1
2011-10-06gobject/gclosure.c: Made up for missed pointer derefChun-wei Fan1-1/+1
2011-10-05closure: fix handling of ENUMs and integral return types on 64-bit BE platformsDan Williams1-17/+59
2011-10-04Remove g_mutex_new()/g_cond_new() in testcasesRyan Lortie2-22/+17
2011-10-04Deprecate g_thread_init()Ryan Lortie1-3/+0
2011-10-04Warn when classes/instances exceed the allowed size, if possibleSimon McVittie1-0/+6
2011-10-02locks: drop _INIT macrosRyan Lortie2-3/+3
2011-09-28tests: add signal marshalling return tests for int/uintDan Williams1-0/+104
2011-09-28tests: fix generic closure marshalling testsDan Williams1-4/+4
2011-09-28tests: Add some return value torture testcases for the generic marshallerDan Williams1-0/+106
2011-09-22gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters7-7/+61
2011-09-22tests: Add a some torture test cases for the generic marshallerColin Walters1-0/+136
2011-09-22Fix annotations for source/target in g_object_bind_property_*Emmanuele Bassi1-6/+6
2011-09-21gtype: port from GStaticRWLock to GRWLockRyan Lortie1-9/+9
2011-09-21Port internal GStaticRecMutex users to GRecMutexRyan Lortie1-11/+11
2011-09-21GParamSpecPool: port from GStaticMutex to GMutexRyan Lortie1-19/+16
2011-09-09Make threads mandatoryDan Winship2-7/+1
2011-09-05GObject docs: resolve broken linksRyan Lortie8-16/+16
2011-08-31Make GMainLoop, GMainContext and GSource boxed typesPavel Holejsovsky3-0/+36
2011-08-29Spelling fixesMatthias Clasen10-18/+18
2011-08-21[gi] Add signal annotationsPavel Holejsovsky2-22/+23
2011-08-19Add missing GClosure annotationsPavel Holejsovsky2-11/+15
2011-08-19Add missing (allow-none) annotations to g_value_set_string functionsPavel Holejsovsky1-4/+4
2011-08-17Add (allow-none) annotation for GValue setters.Pavel Holejsovsky5-13/+13
2011-08-13Add G_VALUE_INITMarc-André Lureau2-3/+19
2011-08-13Trivial typo fixMatthias Clasen1-1/+1
2011-08-11[gobject] Fix G_DEFINE_BOXED_TYPE compilation with C++Behdad Esfahbod1-1/+1
2011-08-08Document libffi as new dependencyMatthias Clasen1-1/+1
2011-07-22gitignore tweaksRyan Lortie1-0/+1
2011-07-21GParam: try to avoid further invalid usesRyan Lortie2-18/+23
2011-07-19Use a generic marshaller if one is not specifiedJohan Dahlin1-8/+23
2011-07-15GParamSpec: intern property namesRyan Lortie2-7/+13
2011-07-12GVariant: add g_variant_take_ref()Ryan Lortie1-7/+7
2011-07-10Don't test negative values in ulong conversionsMatthias Clasen1-3/+3
2011-07-10Don't needlessly use "echo -e"Martin Storsjo1-1/+1
2011-06-24Typo fix.Krzesimir Nowak1-1/+1
2011-06-24Add boxed GType for GMatchInfoChristian Persch3-0/+13