summaryrefslogtreecommitdiff
path: root/client/services.h
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-03-27 13:53:48 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-04-04 10:20:50 +0300
commit4f21d25e38219c3b909674327d66c2d6219e99c2 (patch)
tree87817f7efb034f0b95b31ff79cf4888009dab963 /client/services.h
parentcb5f603b695ca5f462801150cb42b5fae8ec5d30 (diff)
downloadconnman-4f21d25e38219c3b909674327d66c2d6219e99c2.tar.gz
connman-4f21d25e38219c3b909674327d66c2d6219e99c2.tar.bz2
connman-4f21d25e38219c3b909674327d66c2d6219e99c2.zip
client: Add pretty-printing for ServicesChanged signal
Create a set of helper functions for pretty-printing both the added and the removed services dictionaries in the ServicesChanged signal.
Diffstat (limited to 'client/services.h')
-rw-r--r--client/services.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/services.h b/client/services.h
index e18fde18..9cec0e9c 100644
--- a/client/services.h
+++ b/client/services.h
@@ -2,7 +2,7 @@
*
* Connection Manager
*
- * Copyright (C) 2012 Intel Corporation. All rights reserved.
+ * Copyright (C) 2012-2013 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -34,6 +34,7 @@ struct service_data {
};
int parse_boolean(char *arg);
+void __connmanctl_services_list(DBusMessageIter *iter);
char *strip_service_path(char *service);
void extract_service_name(DBusMessageIter *dict, struct service_data *service);
int set_service_property(DBusConnection *connection, DBusMessage *message,