From 3caef345d1ef2ce0a9134c9a9ddb99e590596d54 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 3 Oct 2008 11:09:29 +0200 Subject: [PATCH] obexd: Update client API documentation --- obexd/client/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obexd/client/main.c b/obexd/client/main.c index 5c5bae1e6..fb61d06ba 100644 --- a/obexd/client/main.c +++ b/obexd/client/main.c @@ -38,7 +38,7 @@ #define CLIENT_INTERFACE "org.openobex.Client" #define CLIENT_PATH "/" -static DBusMessage *push_file(DBusConnection *connection, +static DBusMessage *send_files(DBusConnection *connection, DBusMessage *message, void *user_data) { DBusMessage *reply; @@ -51,7 +51,7 @@ static DBusMessage *push_file(DBusConnection *connection, } static GDBusMethodTable client_methods[] = { - { "PushFile", "s", "", push_file }, + { "SendFiles", "a{sv}aso", "",send_files }, { } }; -- 2.47.3