Gsf.DocProp – libgsf-1 Reference Manual
Packages
libgsf-1
Gsf
DocProp
DocProp
dump
free
get_link
get_name
get_val
set_link
set_val
swap_val
DocProp
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"gsf_doc_prop_get_type ()"
) ]
[
Compact
]
public
class
DocProp
Class representing a properties of a document.
Namespace:
Gsf
Package:
libgsf-1
Content:
Creation methods:
public
DocProp
(
owned
string
name)
Methods:
public
void
dump
()
A debugging utility to dump
this
as text via g_print New in 1.14.2
public
void
free
()
Release the given property.
public
unowned
string
?
get_link
()
public
unowned
string
get_name
()
public
unowned
Value
?
get_val
()
public
void
set_link
(
owned
string
? link)
Sets
this
's link to
link
public
void
set_val
(
owned
Value
val)
Assigns
val
to
this
, and unsets and frees the current value.
public
Value
?
swap_val
(
owned
Value
val)