Method
PurplePluginPrefset_format_type
Declaration [src]
void
purple_plugin_pref_set_format_type (
PurplePluginPref* pref,
PurpleStringFormatType format
)
Description [src]
Sets the format type for a formattable-string plugin pref. You need to set the pref type to PURPLE_PLUGIN_PREF_STRING_FORMAT first before setting the format.
Parameters
format |
PurpleStringFormatType |
The format of the string. |