summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoMatthias Clasen2011-02-071-2/+2
* Don't use -w in shebang lineMatthias Clasen2011-02-071-1/+2
* Prevent unused variable warnings from G_DEFINE_DYNAMIC_TYPEMatthias Clasen2011-01-281-1/+1
* gobject: add an empty default impl of GObject::constructed()Michael Natterer2011-01-121-3/+13
* Fix typo in GI annotationPavel Holejsovsky2010-12-291-1/+1
* Fix typo in function annotation.Pavel Holejsovsky2010-12-281-1/+1
* Move ifaceproperties test to gobject/tests/Matthias Clasen2010-12-273-11/+751
* Make object_interface_check_properties workMatthias Clasen2010-12-271-6/+10
* Add GI annotations to GObjectPavel Holejsovsky2010-12-271-48/+52
* Add GI annotations to GParamSpecPavel Holejsovsky2010-12-272-41/+44
* Add GI annotations to GTypePavel Holejsovsky2010-12-271-47/+63
* Add GI annotations to GClosure and friends.Pavel Holejsovsky2010-12-192-15/+16
* Add GI annotations to GValue and GValueArray.Pavel Holejsovsky2010-12-196-29/+29
* g_object_get_property: document that value must be initializedWill Thompson2010-12-171-1/+3
* Avoid shadowing the dir builtinMatthias Clasen2010-12-031-3/+3
* gobject: Cast token type to guint to avoid gcc warningBenjamin Otte2010-12-021-1/+1
* gobject: added property testJonas Holmberg2010-11-281-0/+37
* gobject: initialize memory in g_object_new_valistJonas Holmberg2010-11-281-0/+1
* Add g_source_set_dummy_callback()Dan Winship2010-11-263-3/+43
* New function: g_clear_object()Ryan Lortie2010-11-086-1/+92
* Fix deadlock in g_object_remove_toggle_ref()Florian Müllner2010-10-221-4/+4
* Protect access to closure, weak refs and toggle refs arraysAlberto Garcia2010-10-211-4/+26
* GSignal: fix trivial docs typoRyan Lortie2010-10-121-1/+1
* GObject: add g_signal_accumulator_first_winsRyan Lortie2010-10-123-0/+39
* gtypemodule: Mention g_object_run_dispose correctly in a warningJavier Jardón2010-10-081-2/+2
* gobject: Improve install_properties()Emmanuele Bassi2010-10-081-3/+4
* [introspection] Add GObject annotationsJohan Dahlin2010-09-241-3/+4
* g_strdup_value_contents(): dump GStrv more usefullyWill Thompson2010-09-131-0/+19
* gobject: Add install_properties()Emmanuele Bassi2010-09-136-3/+349
* Revert hack that broke things badly on WindowsEmmanuele Bassi2010-09-081-8/+1
* Hack to include glib/gdatasetprivate.h directlyEmmanuele Bassi2010-09-041-0/+5
* Add a note about size limits of private structuresMatthias Clasen2010-09-031-5/+16
* Make ordering for overridden interface properties consistentMatthias Clasen2010-09-031-1/+7
* docs: Fix up GDateTime for the GObject referenceEmmanuele Bassi2010-08-251-1/+1
* datetime: Add GDateTime to the GType systemThiago Santos2010-08-243-1/+12
* Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch2010-08-183-199/+40
* Add G_DEFINE_{BOXED,POINTER}_TYPE[_WITH_CODE]Christian Persch2010-08-181-0/+110
* Add bug references to some testsMatthias Clasen2010-08-131-0/+4
* notifyqueue: Dedup pspecs when adding2.25.13Benjamin Otte2010-08-061-16/+7
* Replace -I with $(glib_INCLUDES) and friendsRyan Lortie2010-08-062-5/+2
* Add $(top_builddir)/glib to includespaul2010-08-052-1/+2
* binding: Add a default marshaller for the closure APIEmmanuele Bassi2010-08-045-39/+24
* Don't add (extra) DESTDIR to tapsetdir for tapset_DATA.Mark Wielaard2010-08-031-1/+1
* docs: Clarify user_data behavior for bind_property_full()Emmanuele Bassi2010-08-031-0/+6
* binding: Add G_BINDING_INVERT_BOOLEANEmmanuele Bassi2010-08-033-13/+130
* binding: Add a closure-based variant of bind_property_full()Emmanuele Bassi2010-08-034-25/+270
* Revert "notify: Remove unused g_object_notify_queue_clear()"Benjamin Otte2010-07-231-0/+15
* notify: Readd g_object_notify_queue_from_object()Benjamin Otte2010-07-231-0/+11
* notify: Make dedup code clearerBenjamin Otte2010-07-221-8/+9
* notify: Make GObject property change notifications thread safeOlivier Crête2010-07-221-0/+14