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 |
enum | EMarkdownTextToHTMLFlags |
enum | EToolbarIconSize |
enum | EPreferSymbolicIcons |
enum | EHTMLLinkToText |
enum | EUIElementKind |
enum | EUIParserExportFlags |
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 |
||
Set when the HTML source is a plain text editor. Since: 3.48 |
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
Flags used in e_markdown_util_html_to_text()
. The E_MARKDOWN_HTML_TO_TEXT_FLAG_LINK_INLINE
,
E_MARKDOWN_HTML_TO_TEXT_FLAG_LINK_REFERENCE
and E_MARKDOWN_HTML_TO_TEXT_FLAG_LINK_REFERENCE_WITHOUT_LABEL
are mutually exclusive and are used only together with the E_MARKDOWN_HTML_TO_TEXT_FLAG_PLAIN_TEXT
flag.
no flag set |
||
disallow any HTML, save in pure plain text |
||
enable composer quirks to post-process the text |
||
whether new lines in the text are significant, aka whether they work the same as the <br> elements. Since: 3.48 |
||
this flag is used only together with |
||
this flag is used only together with |
||
this flag is used only together with |
Since: 3.44
Flags used in e_markdown_util_text_to_html_full()
.
Since: 3.48
How to convert links from HTML to plain text.
do not store href in the plain text |
||
show href beside the text link, like: "label <href>" |
||
show href as reference to the end of the text, like: "label [1] ...... [1] label href" |
||
show href as reference to the end of the text without label, like: "label [1] ...... [1] href" |
Since: 3.52
The UI element kinds. Depending on the kind, only respective functions can be called for the element.
the kind is not known; used to indicate an error |
||
a root, aka toplevel, element; it contains elements for headerbar, toolbar and menu usually |
||
a headerbar element |
||
a toolbar element |
||
a menu element |
||
a submenu of a menu element |
||
a placeholder, into which can be added other elements |
||
a separator element |
||
a list of items to be packed at the start of a headerbar |
||
a list of items to be packed at the end of a headerbar |
||
an item |
Since: 3.56
Set of flags to influence output of the e_ui_parser_export()
.
Since: 3.56