Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
liboobs-1
Oobs
List
contained_type
List
append
clear
get
get_iter_first
get_n_items
insert_after
insert_before
prepend
remove
set
List
Object Hierarchy:
Description:
public
class
List
:
Object
Namespace:
Oobs
Package:
liboobs-1
Content:
Properties:
public
void
*
contained_type
{
construct
set
; }
Creation methods:
protected
List
()
Methods:
public
void
append
(
ListIter
iter)
public
void
clear
()
public
weak
Object
get
(
ListIter
iter)
public
bool
get_iter_first
(
ListIter
iter)
public
int
get_n_items
()
public
void
insert_after
(
ListIter
anchor,
ListIter
iter)
public
void
insert_before
(
ListIter
anchor,
ListIter
iter)
public
void
prepend
(
ListIter
iter)
public
bool
remove
(
ListIter
iter)
public
void
set
(
ListIter
iter,
void
* data)