ValaPanel.AppletInfo

Fields

None

Methods

class

duplicate (info)

class

free (info)

class

load (extension_name, plugin_type)

get_about_widget ()

get_authors ()

get_description ()

get_help_uri ()

get_icon_name ()

get_license ()

get_module_name ()

get_name ()

get_platforms ()

get_stored_type ()

get_version ()

get_website ()

is_exclusive ()

show_about_dialog ()

Details

class ValaPanel.AppletInfo
classmethod duplicate(info)
Parameters:

info (object or None) –

Return type:

ValaPanel.AppletInfo

classmethod free(info)
Parameters:

info (object or None) –

classmethod load(extension_name, plugin_type)
Parameters:
Return type:

ValaPanel.AppletInfo

get_about_widget()
Returns:

Gtk.Widget with about information for these applet info

Return type:

Gtk.Widget

get_authors()
Return type:

[str]

get_description()
Return type:

str

get_help_uri()
Return type:

str

get_icon_name()
Return type:

str

get_license()
Return type:

Gtk.License

get_module_name()
Return type:

str

get_name()
Return type:

str

get_platforms()
Return type:

[str]

get_stored_type()
Return type:

GObject.GType

get_version()
Return type:

str

get_website()
Return type:

str

is_exclusive()
Return type:

bool

show_about_dialog()