summaryrefslogtreecommitdiff
path: root/client/dbus_helpers.h
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-3/+21
2013-06-07client: Add parameter to specify D-Bus service for method callPatrik Flykt1-4/+9
2013-05-03client: Enable method call return to exit or continue runningPatrik Flykt1-1/+1
Enable a client method call return function to exit or continue running when in non-interactive mode. When a connmanctl_dbus_method_return_func_t returns -EINPROGRESS in non-interactive mode, the command line client is kept running even after the method call has been processed. The command line client needs to keep running after a successful Agent registration in order to process Agent method calls. Also enabling tethering in non-interactive mode needs the client executing until SSID, passphrase and tethering mode have been set.
2013-05-03client: Make dbus helper function variable const char *Patrik Flykt1-2/+2
2013-04-30client: Fix up wrongly included typedefPatrik Flykt1-4/+8
2013-04-04client: Add support functions for setting propertiesPatrik Flykt1-0/+23
Add support functions for setting basic, dictionary and array properties.
2013-04-04client: Add connmanctl D-Bus helper functionsPatrik Flykt1-0/+46
Add helper functions for pretty-printing D-Bus messages and making a method call.