summaryrefslogtreecommitdiff
path: root/dbind/dbind.h
diff options
context:
space:
mode:
authorMark Doffman <mdoff@silver-wind.(none)>2008-12-18 11:53:42 +0000
committerMark Doffman <mdoff@silver-wind.(none)>2008-12-18 12:25:50 +0000
commit8ea015764f1509bf78b64065072a3de0d9a8abbe (patch)
tree4f88fe6b84186143ac49292621a8d77d6aedbfd8 /dbind/dbind.h
parent95ac4886d1b6649d54daffa7191be1b2bbaf2989 (diff)
downloadat-spi2-core-8ea015764f1509bf78b64065072a3de0d9a8abbe.tar.gz
2008-12-18 Mark Doffman <mark.doffman@codethink.co.uk>
* Makefile.am Move dbind to before droute folder. droute now depends on dbind library. * cspi/* Change to cspi to fit with interface changes to dbind made in previous commit. * dbind/* Addition of varargs reentrant method call. Used in cspi.
Diffstat (limited to 'dbind/dbind.h')
-rw-r--r--dbind/dbind.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/dbind/dbind.h b/dbind/dbind.h
index 0f6cec85..c3e1d568 100644
--- a/dbind/dbind.h
+++ b/dbind/dbind.h
@@ -6,6 +6,16 @@
#include <dbind/dbind-any.h>
dbus_bool_t
+dbind_method_call_reentrant_va (DBusConnection *cnx,
+ const char *bus_name,
+ const char *path,
+ const char *interface,
+ const char *method,
+ DBusError *opt_error,
+ const char *arg_types,
+ va_list args);
+
+dbus_bool_t
dbind_method_call_reentrant (DBusConnection *cnx,
const char *bus_name,
const char *path,