Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
libgsf-1
Gsf
OutfileZip
compression_level
entry_name
sink
OutfileZip
set_compression_method
OutfileZip
Object Hierarchy:
Description:
public
class
OutfileZip
:
Outfile
Namespace:
Gsf
Package:
libgsf-1
Content:
Properties:
public
int
compression_level
{
construct
set
;
get
; }
public
string
entry_name
{
construct
set
;
owned
get
; }
public
Output
sink
{
construct
set
;
owned
get
; }
Creation methods:
public
OutfileZip
(
Output
sink)
throws
Error
Methods:
public
bool
set_compression_method
(
ZipCompressionMethod
method)