![]() |
![]() |
![]() |
Geoclue Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Implemented Interfaces | Properties | Signals |
org.freedesktop.Geoclueorg.freedesktop.Geoclue — Geoclue interface |
GetProviderInfo (out 's'Name, out 's'Description) GetStatus (out 'i'status) SetOptions (in 'a{ss}'options) AddReference () RemoveReference ()
org.freedesktop.Geoclue implements org.freedesktop.DBus.Introspectable, org.freedesktop.DBus.Properties
Geoclue interface contains methods and signals common to all providers (and all providers must implement at least this interface).
GetProviderInfo (out 's' Name, out 's' Description)
|
The provider name |
|
Short description of the provider |
AddReference ()Increase the reference count on the provider. Provider may shutdown if reference count reaches zero, so using AddReference()/RemoveReference is important for clients needing server persistence -- basically any client that uses SetOptions() or connects to signals.