| SharingServiceSharingService — A sharing service installed on the device. |  | 
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 NULLotherwise. The string
must be freed withg_free()when it is no longer needed. |