Top | ![]() |
![]() |
![]() |
![]() |
const |
e_source_selectable_get_color () |
|
e_source_selectable_dup_color () |
|
e_source_selectable_set_color () |
|
e_source_selectable_get_selected () |
|
e_source_selectable_set_selected () |
ESourceSelectable is an abstract base class for data sources
that can be selected in an
constgchar * e_source_selectable_get_color (ESourceSelectable *extension
);
Returns the color specification for the ESource to which extension
belongs. A colored block is often displayed next to the data source's
display name in user interfaces.
Since: 3.6
gchar * e_source_selectable_dup_color (ESourceSelectable *extension
);
Thread-safe variation of e_source_selectable_get_color()
.
Use this function when accessing extension
from multiple threads.
The returned string should be freed with g_free()
Since: 3.6
void e_source_selectable_set_color (ESourceSelectable *extension
,const
);gchar *color
Sets the color specification for the ESource to which extension
belongs. A colored block is often displayed next to the data source's
display name in user interfaces.
The internal copy of color
is automatically stripped of leading and
trailing whitespace. If the resulting string is empty, NULL
Since: 3.6
gboolean e_source_selectable_get_selected (ESourceSelectable *extension
);
Returns the selected state of the ESource to which extension
belongs.
The selected state is often represented as a checkbox next to the data
source's display name in user interfaces.
Since: 3.6
void e_source_selectable_set_selected (ESourceSelectable *extension
,);
gboolean selected
Sets the selected state for the ESource to which extension
belongs.
The selected state is often represented as a checkbox next to the data
source's display name in user interfaces.
Since: 3.6
struct ESourceSelectable { };
Contains only private data that should be read and manipulated using the functions below.
Since: 3.6