SharingService
SharingService — Object used to get information on sharing services
defined on device.
|
|
Description
SharingService is abstraction of sharing services defined on device.
It provides easy API to get all needed information out of
definition files.
Details
sharing_service_get_name ()
gchar* sharing_service_get_name (SharingService *self);
Get name of SharingService
self : |
Pointer to SharingService
|
Returns : |
Newly allocated string or NULL if data not available. Free with
g_free() .
|