Class
EDataServerSourceCalendar
since: 3.6
Description [src]
class EDataServer.SourceCalendar : EDataServer.SourceSelectable
{
/* No available fields */
}
Contains only private data that should be read and manipulated using the functions below.
Available since: 3.6
Instance methods
Methods inherited from ESourceSelectable (7)
e_source_selectable_dup_color
Thread-safe variation of e_source_selectable_get_color().
Use this function when accessing extension from multiple threads.
since: 3.6
e_source_selectable_get_color
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
e_source_selectable_get_order
Returns the preferred sorting order for the ESource
to which extension belongs. Default is 0.
since: 3.40
e_source_selectable_get_selected
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
e_source_selectable_set_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.
since: 3.6
e_source_selectable_set_order
Sets the sorting order for the ESource to which extension belongs.
since: 3.40
e_source_selectable_set_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
Methods inherited from ESourceBackend (3)
e_source_backend_dup_backend_name
Thread-safe variation of e_source_backend_get_backend_name().
Use this function when accessing extension from multiple threads.
since: 3.6
e_source_backend_get_backend_name
Returns the backend name for extension.
since: 3.6
e_source_backend_set_backend_name
Sets the backend name for extension.
since: 3.6
Methods inherited from ESourceExtension (4)
e_source_extension_get_source
Returns the ESource instance to which extension belongs.
deprecated: 3.8 since: 3.6
e_source_extension_property_lock
Acquires a property lock, thus no other thread can change properties
of the extension until the lock is released.
since: 3.18
e_source_extension_property_unlock
Releases a property lock, previously acquired with e_source_extension_property_lock(),
thus other threads can change properties of the extension.
since: 3.18
e_source_extension_ref_source
Returns the ESource instance to which the extension belongs.
since: 3.8
Properties
Properties inherited from ESourceSelectable (3)
EDataServer.SourceSelectable:color
Textual specification of a color.
EDataServer.SourceSelectable:order
Preferred sorting order.
EDataServer.SourceSelectable:selected
Whether the data source is selected.
Properties inherited from ESourceBackend (1)
Properties inherited from ESourceExtension (1)
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.