Method
PurpleAccountSettingStringListset_active_item
unstable since: 3.0
Declaration [src]
void
purple_account_setting_string_list_set_active_item (
  PurpleAccountSettingStringList* setting,
  const char* id
)
      Description [src]
Sets the active item.
If id is NULL any previously active item will be deactivated.
If id is not NULL and an item with id can not be found,
PurpleAccountSettingStringList:active-item the active item will not be changed.
Available since: 3.0
| Sets property | Purple.AccountSettingStringList:active-item |