Merge "Error checking in passphrase decryption method." into tizen
[platform/upstream/connman.git] / include / service.h
index 617735e..93b8ba7 100755 (executable)
@@ -26,6 +26,7 @@
 
 #if defined TIZEN_EXT
 #include <glib.h>
+#include <gdbus.h>
 #endif
 
 #ifdef __cplusplus
@@ -150,6 +151,8 @@ const char *connman_service_get_proxy_url(struct connman_service *service);
 const char *connman_service_get_proxy_autoconfig(struct connman_service *service);
 bool connman_service_get_favorite(struct connman_service *service);
 bool connman_service_get_autoconnect(struct connman_service *service);
+bool connman_service_set_autoconnect(struct connman_service *service,
+                                                       bool autoconnect);
 
 /* Return non-zero value to terminate the loop, zero to continue */
 typedef int (* connman_service_iterate_cb) (struct connman_service *service,
@@ -208,6 +211,8 @@ void connman_service_set_disconnection_requested(struct connman_service *service
 void connman_service_set_internet_connection(struct connman_service *service,
                                                        bool internet_connection);
 bool connman_service_get_internet_connection(struct connman_service *service);
+DBusMessage *connman_service_get_defaut_info(DBusMessage *msg,
+                                                       struct connman_service *service);
 #endif
 
 #ifdef __cplusplus