Method

PurpleAccountSettingsremove_setting

unstable since: 3.0

Declaration [src]

gboolean
purple_account_settings_remove_setting (
  PurpleAccountSettings* settings,
  const char* id
)

Description [src]

Removes a setting from the collection.

Available since: 3.0

Parameters

id

Type: const char*

The id of the setting.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

True if the setting was found and removed.