Gsf.DocProp¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Gsf.DocProp¶
 Class representing a properties of a document.
- classmethod new(name)¶
 - Parameters:
 name (
str) – The name of the property.- Returns:
 a new
Gsf.DocProp.- Return type:
 
- dump()¶
 A debugging utility to dump self as text via g_print New in 1.14.2
- free()¶
 Release the given property.
- get_val()¶
 - Returns:
 the value of the property, the caller should not modify the result.
- Return type:
 
- set_val(val)¶
 - Parameters:
 val (
GObject.Value) –GObject.Value
Assigns val to self, and unsets and frees the current value.
- swap_val(val)¶
 - Parameters:
 val (
GObject.Value) –GObject.Value- Returns:
 the current value of self, and replaces it with val.
- Return type: