summaryrefslogtreecommitdiff
path: root/droute/droute.h
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2010-02-11 18:01:59 -0800
committerMark Doffman <mark.doffman@codethink.co.uk>2010-02-11 18:01:59 -0800
commit41506b34b47d6401430286eeef9ee29b6e394fb2 (patch)
tree4b828f43fb9b106141551dfba7d8571ec6cd88fb /droute/droute.h
parent832a219597864278990a931233a1811e4f94315d (diff)
downloadat-spi2-atk-41506b34b47d6401430286eeef9ee29b6e394fb2.tar.gz
Convert droute introspection to use string literals created from
the introspection XML in at-spi2-core.
Diffstat (limited to 'droute/droute.h')
-rw-r--r--droute/droute.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/droute/droute.h b/droute/droute.h
index a892c62..d1d845f 100644
--- a/droute/droute.h
+++ b/droute/droute.h
@@ -58,8 +58,8 @@ typedef struct _DRoutePath DRoutePath;
/*---------------------------------------------------------------------------*/
DRouteContext *
-droute_new (DBusConnection *bus,
- const char *introspect_dir);
+droute_new (DBusConnection *bus);
+
void
droute_free (DRouteContext *cnx);
@@ -77,6 +77,7 @@ droute_add_many (DRouteContext *cnx,
void
droute_path_add_interface (DRoutePath *path,
const char *name,
+ const char *introspect,
const DRouteMethod *methods,
const DRouteProperty *properties);