Packages
gmime-3.0
GMime
SignatureList
SignatureList
add
clear
contains
get_signature
index_of
insert
length
remove
remove_at
set_signature
SignatureList
Object Hierarchy:
GMime.SignatureList
GMime.SignatureList
GMime.SignatureList
GLib.Object
GLib.Object
GLib.Object->GMime.SignatureList
Description:
[
CCode
( type_id =
"g_mime_signature_list_get_type ()"
) ]
public
class
SignatureList
:
Object
A collection of
Signature
objects.
Namespace:
GMime
Package:
gmime-3.0
Content:
Creation methods:
public
SignatureList
()
Creates a new
SignatureList
.
Methods:
public
int
add
(
Signature
sig)
Adds a
Signature
to the
SignatureList
.
public
void
clear
()
Clears the list of addresses.
public
bool
contains
(
Signature
sig)
Checks whether or not the specified
Signature
is contained within the
SignatureList
.
public
unowned
Signature
get_signature
(
int
index)
Gets the
Signature
at the specified index.
public
int
index_of
(
Signature
sig)
Gets the index of the specified
Signature
inside the
SignatureList
.
public
void
insert
(
int
index,
Signature
sig)
Inserts a
Signature
into the
SignatureList
at the specified index.
public
int
length
()
Gets the length of the list.
public
bool
remove
(
Signature
sig)
Removes a
Signature
from the
SignatureList
.
public
bool
remove_at
(
int
index)
Removes a
Signature
from the
SignatureList
at the specified index.
public
void
set_signature
(
int
index,
Signature
sig)
Sets the
Signature
at the specified index to
sig
.
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