summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-08gtypemodule: Mention g_object_run_dispose correctly in a warningJavier Jardón1-2/+2
2010-10-08gobject: Improve install_properties()Emmanuele Bassi1-3/+4
2010-09-24[introspection] Add GObject annotationsJohan Dahlin1-3/+4
2010-09-13g_strdup_value_contents(): dump GStrv more usefullyWill Thompson1-0/+19
2010-09-13gobject: Add install_properties()Emmanuele Bassi6-3/+349
2010-09-08Revert hack that broke things badly on WindowsEmmanuele Bassi1-8/+1
2010-09-04Hack to include glib/gdatasetprivate.h directlyEmmanuele Bassi1-0/+5
2010-09-03Add a note about size limits of private structuresMatthias Clasen1-5/+16
2010-09-03Make ordering for overridden interface properties consistentMatthias Clasen1-1/+7
2010-08-25docs: Fix up GDateTime for the GObject referenceEmmanuele Bassi1-1/+1
2010-08-24datetime: Add GDateTime to the GType systemThiago Santos3-1/+12
2010-08-18Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch3-199/+40
2010-08-18Add G_DEFINE_{BOXED,POINTER}_TYPE[_WITH_CODE]Christian Persch1-0/+110
2010-08-13Add bug references to some testsMatthias Clasen1-0/+4
2010-08-06notifyqueue: Dedup pspecs when adding2.25.13Benjamin Otte1-16/+7
2010-08-06Replace -I with $(glib_INCLUDES) and friendsRyan Lortie2-5/+2
2010-08-05Add $(top_builddir)/glib to includespaul2-1/+2
2010-08-04binding: Add a default marshaller for the closure APIEmmanuele Bassi5-39/+24
2010-08-03Don't add (extra) DESTDIR to tapsetdir for tapset_DATA.Mark Wielaard1-1/+1
2010-08-03docs: Clarify user_data behavior for bind_property_full()Emmanuele Bassi1-0/+6
2010-08-03binding: Add G_BINDING_INVERT_BOOLEANEmmanuele Bassi3-13/+130
2010-08-03binding: Add a closure-based variant of bind_property_full()Emmanuele Bassi4-25/+270
2010-07-23Revert "notify: Remove unused g_object_notify_queue_clear()"Benjamin Otte1-0/+15
2010-07-23notify: Readd g_object_notify_queue_from_object()Benjamin Otte1-0/+11
2010-07-22notify: Make dedup code clearerBenjamin Otte1-8/+9
2010-07-22notify: Make GObject property change notifications thread safeOlivier Crête1-0/+14