summaryrefslogtreecommitdiff
path: root/dbus/dbus-gproxy.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-28Fix various minor documentation bugsHEADmasterSimon McVittie1-5/+28
2011-09-27DBusGProxy: be more pedantic about boolean returnsSimon McVittie1-5/+5
2011-09-27DBusGProxy: misc documentation tidyingSimon McVittie1-9/+28
2011-09-27DBusGProxy: make argument names in declaration, definition and docs consistentSimon McVittie1-31/+28
2011-08-15dbus_g_proxy_manager_unregister: if GetNameOwner failed, don't assertSimon McVittie1-4/+6
2011-08-15DBusGProxy: deal with errors in DBUS_G_VALUE_ARRAY_COLLECT_ALLSimon McVittie1-27/+66
2011-08-15dbus_g_proxy_call: simplify error handling now that call_id may be 0Simon McVittie1-12/+3
2011-08-15DBusGProxy: cope gracefully with call_id == 0Simon McVittie1-0/+16
2011-06-02remove remaining inclusions of <glib/gi18n.h> from libraryDerek Foreman1-1/+0
2011-06-01Use single star in doc-comments not intended for gtk-docSimon McVittie1-1/+1
2011-06-01Remove Doxygen droppings from source codeSimon McVittie1-24/+2
2011-06-01Remove _dbus_g_proxy_test, which isn't called and doesn't do anythingSimon McVittie1-17/+0
2011-06-01Remove support for i18n completelySimon McVittie1-4/+4
2011-05-30Consistently include config.h in all non-generated .c filesSimon McVittie1-0/+3
2011-05-30dbus_g_proxy_add_signal: document error casesSimon McVittie1-1/+4
2011-04-19DBusGProxy: link against GIO and use GDBus to check names' syntaxSimon McVittie1-9/+20
2011-04-19dbus_g_proxy_end_call: check that it's a proxySimon McVittie1-0/+2
2011-04-19dbus_g_proxy_set_interface: check that it's a proxy and not destroyedSimon McVittie1-0/+5
2011-04-19Document that most DBusGProxy methods stop working on ::destroySimon McVittie1-0/+42
2011-04-19dbus_g_proxy_new_from_proxy: check that the old proxy is in fact a proxySimon McVittie1-1/+1
2011-04-14DBusGProxy: remove duplicate owner match rules.Alban Crequy1-27/+82
2011-04-13dbus_g_proxy_add_signal: stop falsely claiming that we read introspectionSimon McVittie1-3/+3
2011-04-13improve documentation of proxy timeouts to mention that -1 is specialSimon McVittie1-4/+6
2011-04-13Don't allow proxy timeouts to be set negative, except for -1Simon McVittie1-0/+3
2011-04-13DBusGProxy: share OOM handlerSimon McVittie1-9/+10
2011-04-13dbus_g_proxy_call_no_reply: don't assume NULL message means OOMSimon McVittie1-1/+2
2011-04-13dbus_g_proxy_begin_call_internal: don't assume NULL message means OOMSimon McVittie1-1/+3
2011-04-13dbus_g_proxy_marshal_args_to_message: diagnose inability to marshal argsSimon McVittie1-4/+12
2011-04-13When given an object path, use GVariant to check syntactic validitySimon McVittie1-3/+3
2010-07-22Refer to dbus_g_connection_flush rather than the plain dbus callChristian Dywan1-3/+3
2010-05-04Merge branch '14579-remove-before-cancel'Simon McVittie1-2/+1
2009-06-09fd.o #20936: Update FSF addressTobias Mueller1-1/+1
2009-06-09Bug 14579: remove pending call from hash table before cancelling itSimon McVittie1-2/+1
2009-03-26fd.o#20884: dbus_g_proxy_manager_replace_name_owner: don't leave freed memory...Simon McVittie1-3/+10
2009-02-05Bug 14183 - Listen to NameOwnerChanged using arg0 matchingColin Walters1-28/+29
2008-11-17Bug 18573 - Fix race when service appears and disappears quicklyColin Walters1-2/+9
2008-06-19Bug 16419: stack overflow demarshaling recursive variantsColin Walters1-0/+2
2008-05-27Bug 13060: Remove NameOwnerChange matches on unref (Kimmo Hämäläinen)Colin Walters1-0/+14
2008-05-27Bug 12505: Avoid receiving duplicate NameOwnerChanged (Dan Williams)Colin Walters1-2/+11
2008-05-27Bug 10834: Fix error handling path for dbus_g_proxy_end_call_internalColin Walters1-5/+20
2008-05-27Bug 12675: Handle disconnected connections in calls (Kimmo Hämäläinen)Colin Walters1-3/+19
2008-03-17add some design advice to dbus_g_proxy_set_default_timeout()David Zeuthen1-0/+7
2008-03-15Add new function to specify the default timeout for a proxyDavid Zeuthen1-2/+33
2008-02-27Fix pending call cancelling in proxy disposeRoss Burton1-5/+6
2007-03-30Support peer-to-peer proxies.Ross Burton1-17/+18
2007-03-30Fix error handlingRoss Burton1-5/+4
2007-03-30Handle dbus errors which are not name has no ownerRoss Burton1-0/+3
2007-02-09Only respond to NameOwnerChanged if its one of our names.Rob Taylor1-10/+19
2007-02-08Add new API for specifying the timeout in DBusGProxy calls.Rob Taylor1-9/+112
2006-10-25return NULL from g_return_val_if_fail in dbus_g_proxy_begin_callRob Taylor1-2/+2