Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
libgsf-1
Gsf
OutfileOpenPkg
content_type
is_dir
sink
add_rel
OutfileOpenPkg
add_extern_rel
relate
set_content_type
set_sink
OutfileOpenPkg
Object Hierarchy:
Description:
public
class
OutfileOpenPkg
:
Outfile
Namespace:
Gsf
Package:
libgsf-1
Content:
Properties:
public
string
content_type
{
construct
set
;
owned
get
; }
public
bool
is_dir
{
construct
set
;
get
; }
public
Outfile
sink
{
construct
set
;
owned
get
; }
Static methods:
public
static
Output
add_rel
(
Outfile
dir,
string
name,
string
content_type,
Outfile
parent,
string
type)
Creation methods:
public
OutfileOpenPkg
(
Outfile
sink)
Methods:
public
unowned
string
add_extern_rel
(
string
target,
string
content_type)
public
unowned
string
relate
(
OutfileOpenPkg
parent,
string
type)
public
void
set_content_type
(
string
content_type)
public
void
set_sink
(
Output
sink)