LibvirtGConfig.DomainClock

g GObject.Object GObject.Object LibvirtGConfig.Object LibvirtGConfig.Object GObject.Object->LibvirtGConfig.Object LibvirtGConfig.DomainClock LibvirtGConfig.DomainClock LibvirtGConfig.Object->LibvirtGConfig.DomainClock

Subclasses:

None

Methods

Inherited:

LibvirtGConfig.Object (6), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

class

new_from_xml (xml)

add_timer (timer)

get_offset ()

get_timezone ()

get_variable_offset ()

set_offset (offset)

set_timezone (tz)

set_variable_offset (seconds)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

LibvirtGConfig.Object (2)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

LibvirtGConfig.Object

r

Class Details

class LibvirtGConfig.DomainClock(**kwargs)
Bases:

LibvirtGConfig.Object

Abstract:

No

Structure:

LibvirtGConfig.DomainClockClass

classmethod new()
Return type:

LibvirtGConfig.DomainClock

classmethod new_from_xml(xml)
Parameters:

xml (str) –

Raises:

GLib.Error

Return type:

LibvirtGConfig.DomainClock

add_timer(timer)
Parameters:

timer (LibvirtGConfig.DomainTimer) –

get_offset()
Return type:

LibvirtGConfig.DomainClockOffset

get_timezone()
Return type:

str

get_variable_offset()
Return type:

int

set_offset(offset)
Parameters:

offset (LibvirtGConfig.DomainClockOffset) –

set_timezone(tz)
Parameters:

tz (str) –

set_variable_offset(seconds)
Parameters:

seconds (int) –