Class: Gsf::DocPropVector

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Constructor Details

#initializeGsf::DocPropVector

This function creates a new gsf_docprop_vector object.

Instance Method Details

#append(value) ⇒ nil

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

Parameters:

  • value (GObject::Value)

    The GValue to add to vector

Returns:

  • (nil)

#as_stringString

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

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

Returns:

  • (String)