EDataServerUI.WebDAVDiscoverDialog

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget EDataServerUI.WebDAVDiscoverDialog EDataServerUI.WebDAVDiscoverDialog GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Bin Gtk.Bin Gtk.Window Gtk.Window Gtk.Bin->Gtk.Window Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Dialog Gtk.Dialog Gtk.Dialog->EDataServerUI.WebDAVDiscoverDialog Gtk.Widget->Gtk.Container Gtk.Window->Gtk.Dialog

Subclasses:

None

Methods

Inherited:

Gtk.Dialog (14), Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new (parent, title, credentials_prompter, source, base_url, supports_filter)

get_content ()

refresh ()

Virtual Methods

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Dialog (1), Gtk.Window (33), Gtk.Container (3), Gtk.Widget (39)

Style Properties

Inherited:

Gtk.Dialog (4), Gtk.Window (2), Gtk.Widget (17)

Signals

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Class Details

class EDataServerUI.WebDAVDiscoverDialog(*args, **kwargs)
Bases:

Gtk.Dialog

Abstract:

No

Structure:

EDataServerUI.WebDAVDiscoverDialogClass

classmethod new(parent, title, credentials_prompter, source, base_url, supports_filter)
Parameters:
Returns:

a newly created Gtk.Dialog, which should be freed with GObject.Object.unref(), when no longer needed.

Return type:

Gtk.Dialog

Creates a new Gtk.Dialog which has as its content a WebDAV discovery widget, created with EDataServerUI.WebDAVDiscoverContent.new(). This dialog can be shown to a user and when its final response is Gtk.ResponseType.ACCEPT, then the inner content can be asked for currently selected source(s).

New in version 3.18.

get_content()
Returns:

inner WebDAV discovery content

Return type:

EDataServerUI.WebDAVDiscoverContent

Returns inner WebDAV discovery content, which can be further manipulated.

New in version 3.18.

refresh()

Invokes refresh of the inner content of the WebDAV discovery dialog.

New in version 3.18.