Silence a bunch of -Wunused-but-set-variable warnings
[platform/upstream/glib.git] / gio / gdbusproxy.c
2011-04-08 David ZeuthenSilence a bunch of -Wunused-but-set-variable warnings
2011-03-30 Martin Pitt[gi] Add missing allow-none annotations to Gio
2011-03-28 David ZeuthenGDBusProxy: Also check signature when checking if signa...
2011-03-28 David ZeuthenGDBusProxy: Drop unexpected signals
2011-03-28 Olivier CrêteGDBusProxy: Validate properties received from service...
2011-03-28 David ZeuthenGDBusProxy: Make interface lookups O(1)
2011-03-14 Olivier CrêteGDBusProxy: Check if connection is NULL before unreffing
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-11-03 Christian PerschUse g_simple_async_result_{new_,}take_error
2010-10-28 Ryan LortieBug 633356 - (GDBus) Make G_MAXINT mean no timeout
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-24 Johan DahlinAdd a lot of missing annotations
2010-09-04 Emmanuele Bassibuild: Quench the compiler's thirst for warnings
2010-08-30 David ZeuthenGDBusProxy: remove superfluous -gdbus-proxy-method...
2010-08-30 David ZeuthenBug 628324 – Invalid reads in gdbus-export test
2010-08-18 David ZeuthenGDBusProxy: Call into well-known name if no name owner...
2010-08-18 David ZeuthenGDBusProxy: Use %, not #, for referencing enum constant...
2010-08-03 David ZeuthenGDBusProxy: Don't leak a GSimpleAsyncResult when doing...
2010-07-30 David ZeuthenBug 625628 – GDBusProxy: wrong property name sorting
2010-07-19 David ZeuthenGDBus: Add GDBusSignalFlags and use it in g_dbus_connec...
2010-07-15 Tomeu VizosoAdd annotations to g_dbus_proxy_new_sync
2010-07-14 David ZeuthenBug 623815 – Don't check sender for GDBusProxy objects...
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-07-07 David ZeuthenBug 623538 – GDBusProxy::g-properties-changed emission...
2010-07-07 David ZeuthenBug 623537 – GDBusProxy has weird checking on NameOwner...
2010-06-22 David ZeuthenGDBusProxy: Don't warn when calling methods on other...
2010-06-17 David ZeuthenCatch up with G_TYPE_VARIANT changes
2010-06-17 Cosimo CecchiBug 621905 – Assume a ref when doing async work
2010-06-16 Matthias ClasenProperly initialize GError
2010-06-11 David ZeuthenBug 621213 – GDBusProxy and well-known names
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-09 David ZeuthenGDBusProxy: Fix error handling in synchronous initializ...
2010-06-09 David ZeuthenBug 621119 – GDBusProxy and objects with no properties
2010-05-24 Ryan LortieGDBusConnection.call(): add 'reply_type' argument
2010-05-14 Christian PerschPlug a mem leak
2010-05-14 David ZeuthenGDBus: Remove cached value if a property is invalidated
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-14 Matthias ClasenAdd some more details to the long description
2010-05-13 David ZeuthenGDBus: subscribe to PropertiesChanged() before calling...
2010-05-13 David ZeuthenGDBus: Don't take a GError for g_dbus_proxy_get_cached_...
2010-05-13 David ZeuthenGDBus: Update docs for GDBusProxy::g-properties-changed...
2010-05-13 Christian PerschMake GVariant handling in PropertiesChanged more efficient
2010-05-13 Christian PerschPlug some mem leaks
2010-05-13 David ZeuthenGDBus: Catch up with new PropertiesChanged signal
2010-05-13 David ZeuthenGDBusProxy: Remove error in get_cached_property() and...
2010-05-12 Matthias Clasenmention inline use of floating variants
2010-05-12 Matthias ClasenLine up prototypes
2010-05-10 David ZeuthenGDBus: Use GVariant instead of GHashTable for GDBusProx...
2010-05-10 David ZeuthenGDBus: Use call() instead of invoke_method()
2010-05-10 Matthias ClasenCosmetic fixes
2010-05-09 Matthias ClasenUpdate copyright years to include 2010
2010-05-06 David ZeuthenGDBus: Add new symbols to gio.symbols
2010-05-06 David ZeuthenGDBus: Fix up i18n
2010-05-06 David ZeuthenAdd "Since: 2.26" to all new GDBus API
2010-05-06 David ZeuthenSet up gtk-doc for GDBus
2010-05-06 David ZeuthenInitial GDBus code-drop from GDBus-standalone repo