summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-07Fix a typoMatthias Clasen1-2/+2
2011-02-07Don't use -w in shebang lineMatthias Clasen1-1/+2
2011-01-28Prevent unused variable warnings from G_DEFINE_DYNAMIC_TYPEMatthias Clasen1-1/+1
2011-01-12gobject: add an empty default impl of GObject::constructed()Michael Natterer1-3/+13
2010-12-29Fix typo in GI annotationPavel Holejsovsky1-1/+1
2010-12-28Fix typo in function annotation.Pavel Holejsovsky1-1/+1
2010-12-27Move ifaceproperties test to gobject/tests/Matthias Clasen3-11/+751
2010-12-27Make object_interface_check_properties workMatthias Clasen1-6/+10
2010-12-27Add GI annotations to GObjectPavel Holejsovsky1-48/+52
2010-12-27Add GI annotations to GParamSpecPavel Holejsovsky2-41/+44
2010-12-27Add GI annotations to GTypePavel Holejsovsky1-47/+63
2010-12-19Add GI annotations to GClosure and friends.Pavel Holejsovsky2-15/+16
2010-12-19Add GI annotations to GValue and GValueArray.Pavel Holejsovsky6-29/+29
2010-12-17g_object_get_property: document that value must be initializedWill Thompson1-1/+3
2010-12-03Avoid shadowing the dir builtinMatthias Clasen1-3/+3
2010-12-02gobject: Cast token type to guint to avoid gcc warningBenjamin Otte1-1/+1
2010-11-28gobject: added property testJonas Holmberg1-0/+37
2010-11-28gobject: initialize memory in g_object_new_valistJonas Holmberg1-0/+1
2010-11-26Add g_source_set_dummy_callback()Dan Winship3-3/+43
2010-11-08New function: g_clear_object()Ryan Lortie6-1/+92
2010-10-22Fix deadlock in g_object_remove_toggle_ref()Florian Müllner1-4/+4
2010-10-21Protect access to closure, weak refs and toggle refs arraysAlberto Garcia1-4/+26
2010-10-12GSignal: fix trivial docs typoRyan Lortie1-1/+1
2010-10-12GObject: add g_signal_accumulator_first_winsRyan Lortie3-0/+39