ICalGLib.Reqstat

g GObject.Object GObject.Object ICalGLib.Object ICalGLib.Object GObject.Object->ICalGLib.Object ICalGLib.Reqstat ICalGLib.Reqstat ICalGLib.Object->ICalGLib.Reqstat

Subclasses:

None

Methods

Inherited:

ICalGLib.Object (11), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new_from_string (str)

get_code ()

get_debug ()

get_desc ()

set_code (code)

to_string ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

ICalGLib.Object (5)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class ICalGLib.Reqstat(**kwargs)
Bases:

ICalGLib.Object

Abstract:

No

Structure:

ICalGLib.ReqstatClass

This is the ICalGLib.Reqstat instance.

classmethod new_from_string(str)
Parameters:

str (str) – A string

Returns:

The newly created ICalGLib.Reqstat.

Return type:

ICalGLib.Reqstat

Creates a ICalGLib.Reqstat from string.

New in version 1.0.

get_code()
Returns:

The code of self.

Return type:

ICalGLib.RequestStatus

Gets the code of ICalGLib.Reqstat.

New in version 1.0.

get_debug()
Returns:

The debug of self.

Return type:

str

Gets the debug of ICalGLib.Reqstat.

New in version 1.0.

get_desc()
Returns:

The desc of self.

Return type:

str

Gets the desc of ICalGLib.Reqstat.

New in version 1.0.

set_code(code)
Parameters:

code (ICalGLib.RequestStatus) – The code of self

Sets the code of ICalGLib.Reqstat.

New in version 1.0.

to_string()
Returns:

A string.

Return type:

str

Converts ICalGLib.Reqstat to a string representation.

New in version 1.0.