SharingService

SharingService — A sharing service installed on the device.

Synopsis

gchar*              sharing_service_get_name            (SharingService *self);

Description

SharingService contains information on a sharing service installed to the device, such as the name of the service.

Details

sharing_service_get_name ()

gchar*              sharing_service_get_name            (SharingService *self);

Get the name of a SharingService.

self : a SharingService
Returns : a newly-allocated string on success, or NULL otherwise. The string must be freed with g_free() when it is no longer needed.