Gsf.DocPropVector

g GObject.Object GObject.Object Gsf.DocPropVector Gsf.DocPropVector GObject.Object->Gsf.DocPropVector

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

append (value)

as_string ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Gsf.DocPropVector(**kwargs)
Bases:

GObject.Object

Abstract:

No

classmethod new()
Returns:

Gsf.DocPropVector

Return type:

Gsf.DocPropVector

This function creates a new gsf_docprop_vector object.

append(value)
Parameters:

value (GObject.Value) – The GObject.Value to add to self

Insert a copy of value as the last element of self.

as_string()
Return type:

str

This function returns a string which represents all the GValues in self. The caller is responsible for freeing the result.

Returns (transfer full): a string of comma-separated values