summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2011-08-24 16:44:10 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-08-25 11:14:21 +0200
commit902f7b27814640781c07158b25bf9c7738338cf2 (patch)
tree18c1c278afe1bf786e0feefabd2f2e3e26120478 /src/connman.h
parent7abedeb03775038f334e2edf03f73675425579fd (diff)
downloadconnman-902f7b27814640781c07158b25bf9c7738338cf2.tar.gz
connman-902f7b27814640781c07158b25bf9c7738338cf2.tar.bz2
connman-902f7b27814640781c07158b25bf9c7738338cf2.zip
technology: Modify technology enable/disable APIs
Add the pending dbus message per technology. Also move the pending timeout from manager to technology.
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connman.h b/src/connman.h
index 272b3341..0a448051 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -315,9 +315,9 @@ void __connman_technology_list(DBusMessageIter *iter, void *user_data);
int __connman_technology_add_device(struct connman_device *device);
int __connman_technology_remove_device(struct connman_device *device);
int __connman_technology_enabled(enum connman_service_type type);
-int __connman_technology_enable(enum connman_service_type type);
+int __connman_technology_enable(enum connman_service_type type, DBusMessage *msg);
int __connman_technology_disabled(enum connman_service_type type);
-int __connman_technology_disable(enum connman_service_type type);
+int __connman_technology_disable(enum connman_service_type type, DBusMessage *msg);
int __connman_technology_add_rfkill(unsigned int index,
enum connman_service_type type,