Virtualvfunc_Delete the given preset.
preset name to remove
Virtualvfunc_Gets the value for an existing meta data tag. Meta data tag names can be
something like e.g. "comment". Returned values need to be released when done.
preset name
meta data item name
Virtualvfunc_Get a copy of preset names as a null terminated string array.
Virtualvfunc_Get a the names of the GObject properties that can be used for presets.
Virtualvfunc_Load the given preset.
preset name to load
Virtualvfunc_Renames a preset. If there is already a preset by the new_name it will be
overwritten.
current preset name
new preset name
Virtualvfunc_Save the current object settings as a preset under the given name. If there
is already a preset by this name it will be overwritten.
preset name to save
Virtualvfunc_Sets a new value for an existing meta data item or adds a new item. Meta
data tag names can be something like e.g. "comment". Supplying null for the
value will unset an existing value.
preset name
meta data item name
Optionalvalue: stringnew value
Interface for implementing Preset. Contains only the virtual methods that need to be implemented.