Ags.Portlet

g Ags.Portlet Ags.Portlet GObject.GInterface GObject.GInterface GObject.GInterface->Ags.Portlet

Implementations:

None

Methods

get_port ()

list_safe_properties ()

safe_get_property (property_name, value)

safe_set_property (property_name, value)

set_port (port)

Virtual Methods

do_get_port ()

do_list_safe_properties ()

do_safe_get_property (property_name, value)

do_safe_set_property (property_name, value)

do_set_port (port)

Properties

None

Signals

None

Fields

None

Class Details

class Ags.Portlet
Bases:

GObject.GInterface

Structure:

Ags.PortletInterface

get_port()
Returns:

the GObject.Object

Return type:

GObject.Object

Get port.

New in version 3.0.0.

list_safe_properties()
Returns:

a GLib.List containing properties

Return type:

[str]

Retrieve thread-safe properties.

New in version 3.0.0.

safe_get_property(property_name, value)
Parameters:

Get property thread safe.

New in version 3.0.0.

safe_set_property(property_name, value)
Parameters:

Set property thread safe.

New in version 3.0.0.

set_port(port)
Parameters:

port (GObject.Object) – the GObject.Object

Set port.

New in version 3.0.0.

do_get_port() virtual
Returns:

the GObject.Object

Return type:

GObject.Object

Get port.

New in version 3.0.0.

do_list_safe_properties() virtual
Returns:

a GLib.List containing properties

Return type:

[str]

Retrieve thread-safe properties.

New in version 3.0.0.

do_safe_get_property(property_name, value) virtual
Parameters:

Get property thread safe.

New in version 3.0.0.

do_safe_set_property(property_name, value) virtual
Parameters:

Set property thread safe.

New in version 3.0.0.

do_set_port(port) virtual
Parameters:

port (GObject.Object) – the GObject.Object

Set port.

New in version 3.0.0.