summaryrefslogtreecommitdiff
path: root/src/gclue-service-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant '(C)' in copyright headersZeeshan Ali2018-04-221-1/+1
|
* Generate separate code file for each interfaceZeeshan Ali (Khattak)2015-10-091-1/+1
| | | | | | Without this change, build looks for two of the interface files in build directory, rather than source directory and build fails if srcdir != builddir.
* Change DBus namespace to GClueDBusAnkit2015-03-261-2/+2
| | | | | | | | | Change DBus namespace from GClue to GClueDBus. This is needed to avoid conflict with the GClueLocation class (subclass of GeocodeLocation) which will be added afterwards. https://bugs.freedesktop.org/show_bug.cgi?id=89395
* gclue-service-manager: Add 'active' propertyZeeshan Ali (Khattak)2014-06-031-2/+3
| | | | | Unlike the D-Bus 'InUse' property, this doesn't differentiate between system components and apps.
* manager: Remove now redundant 'connected-clients' propZeeshan Ali (Khattak)2014-04-071-1/+0
|
* Relicense from LGPLv2+ to GPLv2+Zeeshan Ali (Khattak)2013-08-201-10/+11
| | | | | Doing so that we can use both GPL and LGPL libraries in future, e.g libwlocate from openwlanmap.org.
* service-manager: API to get number of connected clientsZeeshan Ali (Khattak)2013-08-201-2/+3
|
* service: Correct casing of macrosZeeshan Ali (Khattak)2013-06-031-7/+7
|
* Improved service instance initializationZeeshan Ali (Khattak)2013-05-291-4/+2
| | | | | | | | Do D-Bus registration/export at construction time by implementing GInitable interface and keeping D-Bus connection as a construct-only property. This rids of the seperate registration/export methods.
* First commitZeeshan Ali (Khattak)2013-05-281-0/+64