Libmsi.Record – libmsi-1.0 Reference Manual
Packages
libmsi-1.0
Libmsi
Record
count
Record
clear
get_field_count
get_int
get_stream
get_string
is_null
load_stream
set_int
set_stream
set_string
Record
Object Hierarchy:
Description:
[
CCode
( type_id =
"libmsi_record_get_type ()"
) ]
public
class
Record
:
Object
Namespace:
Libmsi
Package:
libmsi-1.0
Content:
Properties:
public
uint
count
{
get
;
construct
; }
Creation methods:
public
Record
(
uint
count)
Methods:
public
bool
clear
()
Clear record fields.
public
uint
get_field_count
()
public
int
get_int
(
uint
field)
Get the integer value of
field
.
public
InputStream
get_stream
(
uint
field)
Get the stream associated with the given record
field
.
public
string
get_string
(
uint
field)
Get a string representation of
field
.
public
bool
is_null
(
uint
field)
public
bool
load_stream
(
uint
field,
string
filename)
Load the file content as a stream in
field
.
public
bool
set_int
(
uint
field,
int
val)
Set the
field
to the integer value
val
.
public
bool
set_stream
(
uint
field,
InputStream
input,
size_t
count,
Cancellable
? cancellable =
null
)
throws
Error
Set the stream content from
input
stream.
public
bool
set_string
(
uint
field,
string
val)
Set the
field
value to
val
string.
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref