summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2011-06-23Add tests for GValueArrayMatthias Clasen1-0/+65
2011-06-23Improve test coverage for GValue transformationsMatthias Clasen2-2/+153
2011-06-20Make gmarshal.c actually compile standaloneMatthias Clasen1-47/+550
2011-06-20Stop using glib-genmarshal at build timeColin Walters6-61/+533
2011-06-20gclosure: Add G_TYPE_ENUM and G_TYPE_PARAM for g_cclosure_marshal_generic()Colin Walters1-0/+8
2011-06-14Remove a redundant assertionMatthias Clasen1-5/+4
2011-06-14gclosure: Add missing includeColin Walters1-0/+1
2011-06-14gclosure: add missing fundamental types to generic marshalerXan Lopez1-0/+8
2011-06-13Drop a few more G_CONST_RETURNRyan Lortie1-1/+1
2011-06-12update .gitignoresDan Winship1-0/+1
2011-06-09Remove all uses of G_CONST_RETURNRyan Lortie9-19/+19
2011-06-09gobject: remove -DG_DISABLE_CONST_RETURNSRyan Lortie6-9/+9
2011-06-08Fix a typo in GBindingColomban Wendling1-1/+1
2011-06-07glib-types.h: Include glib.h, since we use G_BEGIN_DECLSColin Walters1-0/+2
2011-06-07Generate $module-public-headers.txt file, feed it to gtk-docColin Walters1-0/+8
2011-06-07Update the year in the *.rc.in filesChun-wei Fan1-1/+1
2011-06-07Clean up gobject/gvaluetransform.c a bitChun-wei Fan1-8/+0
2011-06-05Fix a typoMatthias Clasen1-13/+13
2011-06-04Use g_param_spec_ref_sink instead of separate ref, sinkMatthias Clasen1-2/+1
2011-06-04GParamSpec: avoid unnecessary double initialization of qdataMatthias Clasen1-16/+9
2011-06-04No necessary to init qdata atomicallyMatthias Clasen1-1/+1
2011-06-03Make g_object_get_data use the new faster g_datalist_get_dataAlexander Larsson1-5/+1
2011-06-03gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters12-31/+34
2011-05-31Add a boxed type for GVariantBuilder, mark GVariantIter as (skip)Colin Walters3-0/+13
2011-05-28glib: Rewrite gatomic.[ch]Ryan Lortie1-2/+2
2011-05-28Quiet down the build a bitMatthias Clasen1-5/+5
2011-05-23Simply symbols filesMatthias Clasen2-124/+25
2011-05-19GObject: move GLib type definitions to a separate headerGiovanni Campagna4-163/+205
2011-05-18gtype: Remove unused variableColin Walters1-1/+0
2011-05-17gobject: Speed up g_type_from_name()Benjamin Otte1-13/+5
2011-05-02gobject: Warn if someone uses the wrong property in g_object_get/setBenjamin Otte1-0/+14
2011-05-02Fix compiler warningsDan Winship5-31/+35
2011-05-02Update .gitignoresDan Winship1-0/+1
2011-04-08Add a generic libffi based marshaller to libgobjectDavid Zeuthen4-1/+205
2011-03-31Improve .gitignoreRyan Lortie1-0/+5
2011-03-24Docs: Changed can not to cannot.Murray Cumming3-3/+3
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi10-20/+20
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie10-20/+20
2011-03-15Add G_SIGNAL_MUST_COLLECTChristian Persch4-5/+104
2011-03-03g_value_array_remove(): clarify docstring formattingWill Thompson1-1/+3
2011-02-22Visual C++ 2010 Project Files: autotools filesChun-wei Fan1-1/+22
2011-02-18Add a testcase for bug 637738Matthias Clasen1-0/+127
2011-02-18Document G_VALUE_NOCOPY_CONTENTSMatthias Clasen2-2/+10
2011-02-18Expand the documentation of g_type_get_qdata()Matthias Clasen1-0/+4
2011-02-16Better documentation for g_value_dup_object().Stef Walter1-1/+2
2011-02-14More GValue conversion testsMatthias Clasen1-1/+30
2011-02-14Vary the order of unreffing dest and srcMatthias Clasen1-1/+1
2011-02-13Improve test coverageMatthias Clasen6-4/+995
2011-02-13Cosmetic rearrangementMatthias Clasen1-81/+93
2011-02-11GObject: correct documentation typosWill Thompson1-2/+2