summaryrefslogtreecommitdiff
path: root/client/services.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
2013-06-07client: Add missing header file boilerplatePatrik Flykt1-0/+13
2013-04-04client: Move boolean parsing helper function to commands filePatrik Flykt1-1/+0
The helper function is not used elsewhere, thus move it.
2013-04-04client: Remove now obsolete functions and filesPatrik Flykt1-31/+0
Remove now obsolete files from services. Remove data_manager, dbus and technology .h and .c files. Update Makefile.am accordingly.
2013-04-04client: Add pretty-printing for ServicesChanged signalPatrik Flykt1-1/+2
Create a set of helper functions for pretty-printing both the added and the removed services dictionaries in the ServicesChanged signal.
2013-02-21client: Remove unused functionsPatrik Flykt1-2/+0
Remove find_service() as it is no longer used and match_service_name() which was only used by find_service().
2013-02-21client: Add boolean parsing helper functionPatrik Flykt1-0/+1
2012-12-11client: Remove useless circular inclusion protectionMarcel Holtmann1-4/+0
2012-12-11client: Fix the mangled copyright statementMarcel Holtmann1-2/+4
In addition relax it to GPLv2 or later to make linking against newer versions of readline library possible.
2012-10-17client: Add Remove() method support for serviceTomasz Bursztyka1-0/+2
2012-09-14client: Service API command line client supportTudor Marcu1-0/+57
Support Service API message D-Bus message parsing. Functions are provided for configuring properties, iterating through D-Bus messages and extracting properties in a useful manner.