Top | ![]() |
![]() |
![]() |
![]() |
enum | EActivityState |
enum | EAutomaticActionPolicy |
enum | EDateWeekday |
enum | EDurationType |
enum | EImageLoadingPolicy |
enum | EContentEditorInsertContentFlags |
enum | EContentEditorGetContentFlags |
enum | EContentEditorNodeFlags |
enum | EContentEditorBlockFormat |
enum | EContentEditorFontSize |
enum | EContentEditorAlignment |
enum | EContentEditorGranularity |
enum | EContentEditorCommand |
enum | EContentEditorScope |
enum | EContentEditorUnit |
enum | EContentEditorFindFlags |
enum | EContentEditorMode |
enum | EUndoRedoState |
enum | EDnDTargetType |
enum | EConfigLookupSourceKind |
enum | EConfigLookupResultKind |
#define | E_CONFIG_LOOKUP_RESULT_LAST_KIND |
enum | EMarkdownHTMLToTextFlags |
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.
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.
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.
Policy for loading remote image URLs in email. Allowing images to be loaded from a remote server may have privacy implications.
Set when should convert plain text into <pre> instead of <div>. Since 3.40 |
||
Set when should cleanup signature ID in the body. Since 3.42 |
Since: 3.22
Influences what content should be returned. Each flag means one version, or part, of the content.
Return also list of inline images |
||
text/html version of the body only, as used by the editor |
||
text/plain version of the body only, as used by the editor |
||
text/plain version of the body only, without signature, quoted text and such |
||
a version of the content, to use as draft message |
||
text/html version of the content, suitable to be sent |
||
text/plain version of the content, suitable to be sent |
||
a shortcut for all flags |
Since: 3.38
Note: The values match the actual size in <font size="n">
Since: 3.22
Flags to use to modify behaviour of the search for the text.
Since: 3.22
Editing mode of a content editor.
unknown mode |
||
plain text, expects export as text/plain |
||
HTML, expects export as text/html |
||
markdown, expects export as text/markdown |
||
markdown, expects export as text/plain |
||
markdown, expects export as text/html |
Since: 3.44
Defines what source kind to get in call of e_config_lookup_get_source()
.
Since: 3.26
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
#define E_CONFIG_LOOKUP_RESULT_LAST_KIND E_CONFIG_LOOKUP_RESULT_TASK_LIST