Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | e_webdav_browser_new () |
ECredentialsPrompter * | e_webdav_browser_get_credentials_prompter () |
void | e_webdav_browser_set_source () |
ESource * | e_webdav_browser_ref_source () |
void | e_webdav_browser_abort () |
void | e_webdav_browser_refresh () |
ECredentialsPrompter * | credentials-prompter | Read / Write / Construct Only |
ESource * | source | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkGrid ╰── EWebDAVBrowser
EWebDAVBrowser implements AtkImplementorIface, GtkBuildable and GtkOrientable.
EWebDAVBrowser allows to browse WebDAV servers and manage (create/edit/remove) collections there, like calendars and address books, if the server supports it.
GtkWidget *
e_webdav_browser_new (ECredentialsPrompter *credentials_prompter
);
Creates a new EWebDAVBrowser instance.
Since: 3.26
ECredentialsPrompter *
e_webdav_browser_get_credentials_prompter
(EWebDAVBrowser *webdav_browser
);
Since: 3.26
void e_webdav_browser_set_source (EWebDAVBrowser *webdav_browser
,ESource *source
);
Sets the source
to be the one used for the webdav_browser
.
It can be NULL
, to have none set.
Since: 3.26
ESource *
e_webdav_browser_ref_source (EWebDAVBrowser *webdav_browser
);
an ESource, currently used by webdav_browser
;
if not NULL
, then free with g_object_unref()
, when no longer needed.
[transfer full][nullable]
Since: 3.26
void
e_webdav_browser_abort (EWebDAVBrowser *webdav_browser
);
Aborts any ongoing operation. It does nothing, if no operation is running.
Since: 3.26
struct EWebDAVBrowser;
Contains only private data that should be read and manipulated using the functions below.
Since: 3.26
“credentials-prompter”
property “credentials-prompter” ECredentialsPrompter *
The ECredentialsPrompter used to ask for credentials when needed.
Owner: EWebDAVBrowser
Flags: Read / Write / Construct Only
Since: 3.26
“source”
property “source” ESource *
The ESource currently used for the GUI. It can be NULL
.
Owner: EWebDAVBrowser
Flags: Read / Write
Since: 3.26