Purple.PluginPref – purple Reference Manual
PluginPref
Object Hierarchy:
Purple.PluginPref
Purple.PluginPref
Purple.PluginPref
Description:
[
CCode
( free_function =
"purple_plugin_pref_destroy"
) ]
[
Compact
]
public
class
PluginPref
Namespace:
Purple
Package:
purple
Content:
Creation methods:
public
PluginPref
()
public
PluginPref.with_label
(
string
label)
public
PluginPref.with_name
(
string
name)
public
PluginPref.with_name_and_label
(
string
name,
string
label)
Methods:
public
void
add_choice
(
string
label,
void
* choice)
public
void
get_bounds
(
int
min,
int
max)
public
unowned
List
get_choices
()
public
StringFormatType
get_format_type
()
public
unowned
string
get_label
()
public
bool
get_masked
()
public
uint
get_max_length
()
public
unowned
string
get_name
()
public
void
set_bounds
(
int
min,
int
max)
public
void
set_format_type
(
StringFormatType
format)
public
void
set_label
(
string
label)
public
void
set_masked
(
bool
mask)
public
void
set_max_length
(
uint
max_length)
public
void
set_name
(
string
name)
public
void
set_type
(
PluginPrefType
type)
2022 vala-language.org