SharingServiceOptionValue
SharingServiceOptionValue — Object is simple id name pair used with SharingAccount.
|
|
Details
SharingServiceOptionValue
typedef struct SharingServiceOptionValue SharingServiceOptionValue;
sharing_service_option_value_new ()
SharingServiceOptionValue* sharing_service_option_value_new
(const gchar *id,
const gchar *name,
const gchar *description);
New option value. At least id and name should be defined!
sharing_service_option_values_free ()
void sharing_service_option_values_free (GSList *values);
Free list and SharingServiceOptionValue objects in it