Top | ![]() |
![]() |
![]() |
![]() |
enum | EActivityState |
enum | EAutomaticActionPolicy |
enum | EDateWeekday |
enum | EDurationType |
enum | EImageLoadingPolicy |
enum | EContentEditorInsertContentFlags |
enum | EContentEditorGetContentFlags |
enum | EContentEditorNodeFlags |
enum | EContentEditorStyleFlags |
enum | EContentEditorBlockFormat |
enum | EContentEditorFontSize |
enum | EContentEditorAlignment |
enum | EContentEditorGranularity |
enum | EContentEditorCommand |
enum | EContentEditorScope |
enum | EContentEditorUnit |
enum | EContentEditorFindFlags |
enum | EClipboardFlags |
enum | EDnDTargetType |
enum | EConfigLookupSourceKind |
enum | EConfigLookupResultKind |
#define | E_CONFIG_LOOKUP_RESULT_LAST_KIND |
EActivityState
is deprecated and should not be used in newly-written code.
Various states of an EActivity.
EAutomaticActionPolicy
is deprecated and should not be used in newly-written code.
Used for automatable actions based on the user's preference. The user is initially asked whether to perform the action automatically, and is given either-or choices like "Yes, Always" or "No, Never". The user's response is then remembered for future sessions.
EDateWeekday
is deprecated and should not be used in newly-written code.
Enumeration representing a day of the week; E_DATE_MONDAY
,
E_DATE_TUESDAY
, etc. G_DATE_BAD_WEEKDAY
is an invalid weekday.
This enum type is intentionally compatible with GDateWeekday. It exists only because GLib does not provide a GEnumClass for GDateWeekday. If that ever changes, this enum can go away.
EDurationType
is deprecated and should not be used in newly-written code.
Possible units for a duration or interval value.
This enumeration is typically used where the numeric value and the units of the value are shown or recorded separately.
EImageLoadingPolicy
is deprecated and should not be used in newly-written code.
Policy for loading remote image URLs in email. Allowing images to be loaded from a remote server may have privacy implications.
EContentEditorInsertContentFlags
is deprecated and should not be used in newly-written code.
Since: 3.22
EContentEditorGetContentFlags
is deprecated and should not be used in newly-written code.
Since: 3.22
EContentEditorNodeFlags
is deprecated and should not be used in newly-written code.
Since: 3.22
EContentEditorStyleFlags
is deprecated and should not be used in newly-written code.
Since: 3.22
EContentEditorBlockFormat
is deprecated and should not be used in newly-written code.
Since: 3.22
EContentEditorFontSize
is deprecated and should not be used in newly-written code.
Note: The values match the actual size in <font size="n">
Since: 3.22
EContentEditorAlignment
is deprecated and should not be used in newly-written code.
Since: 3.22
EContentEditorGranularity
is deprecated and should not be used in newly-written code.
Since: 3.22
EContentEditorCommand
is deprecated and should not be used in newly-written code.
Flags to use to modify behaviour of the search for the text.
Since: 3.22
EContentEditorScope
is deprecated and should not be used in newly-written code.
Since: 3.22
EContentEditorUnit
is deprecated and should not be used in newly-written code.
Since: 3.22
EContentEditorFindFlags
is deprecated and should not be used in newly-written code.
EClipboardFlags
is deprecated and should not be used in newly-written code.
Specifies clipboard's current state.
Since: 3.24
EDnDTargetType
is deprecated and should not be used in newly-written code.
Drag and drop targets supported by EContentEditor.
Since: 3.26
EConfigLookupSourceKind
is deprecated and should not be used in newly-written code.
Defines what source kind to get in call of e_config_lookup_get_source()
.
Since: 3.26
EConfigLookupResultKind
is deprecated and should not be used in newly-written code.
Defines config lookup result kind, which is used to distinguish which part the result configures.
unknown kind |
||
collection kind, which can serve one or more of the other kinds |
||
configures mail receive |
||
configures mail send |
||
configures address book |
||
configures calendar |
||
configures memo list |
||
configures task list |
Since: 3.26