hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / gio / gdbusproxy.c
2014-02-08 Matthias ClasenConvert remaining examples to links
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenRemove a few overlooked literals
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-01 Matthias ClasenDrop use of the command tag
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias ClasenGDBusProxy: Convert docs to markdown
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2013-10-04 Giovanni CampagnaGDBusProxy: add flag to control autostarting at constru...
2013-06-24 Emmanuele BassiRename the generated private data getter function
2013-06-24 Emmanuele Bassigio: Use the new private instance data declaration
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2012-06-08 David ZeuthenGDBusProxy: Treat org.freedesktop.systemd1.Masked error...
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-03-19 Ryan LortieGDBus: set no-reply flag on calls with no callback
2012-03-19 Ryan LortieGDBusProxy: report an error instead of leaking it
2012-03-15 Ryan LortieGDBus: make use of reliable async cancellation
2012-02-24 Daiki UenoHide global variable for signal ID in gdbusproxy.c.
2012-02-21 David Kingdocs: Fix GDBusProxy typo name → g-name
2012-02-08 David ZeuthenGDBusProxy: Add G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROP...
2012-01-26 David ZeuthenGDBusInterface: add dup_object() method
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-05 David ZeuthenGDBusProxy: Correctly handle unknown members when havin...
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-17 Brian Cameronvoid functions should not return. Fixes bug #656675.
2011-08-15 Simon McVittieGDBusProxy: hold properties_lock while using any mutabl...
2011-08-15 Simon McVittieGDBusProxy: factor out async_init_data_set_name_owner
2011-08-15 Simon McVittieg_dbus_proxy_get_property: use accessors for all mutabl...
2011-08-15 Simon McVittieGDBusProxy: if a well-known name is not owned, don...
2011-08-13 Matthias ClasenGDBusProxy: on_properties_changed initialize some variables
2011-08-11 Martin Pitt[gi] Add missing Gio transfer annotations
2011-07-26 Ryan LortieMerge branch 'gwakeup'
2011-07-25 David ZeuthenMore fixes for non-Unix builds
2011-07-21 David Zeuthengdbus-codegen: Add support for new org.gtk.GDBus.C...
2011-07-19 Johan DahlinPass in NULL instead of g_cclosure_marshal_generic
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-06-14 Matthias ClasenRemove an unneeded NULL check
2011-05-26 David ZeuthenGDBusProxy: Mention gdbus-codegen in docs
2011-05-26 David ZeuthenGDBusProxy: Fix incorrect locking
2011-05-26 David ZeuthenGDBusProxy: Add locking and notes/guarantees about...
2011-05-26 David ZeuthenGDBusProxy: Fix race condition when unsubscribing from...
2011-05-02 Colin WaltersDrop translated g_warning/g_error
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-27 Christian PerschUse G_SIGNAL_MUST_COLLECT for VARIANT signals
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-12 Matthias ClasenGDBusProxy: Improve struct packing
2011-04-08 David ZeuthenGDBusProxy: Store GDBusObject in private struct instead...
2011-04-08 David ZeuthenGDBusProxy: Update description to match GDBusInterface
2011-04-08 David ZeuthenStart merging gdbus-codegen code
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
next