GMime.CertificateList – gmime-3.0 Reference Manual
Packages
gmime-3.0
GMime
CertificateList
CertificateList
add
clear
contains
get_certificate
index_of
insert
length
remove
remove_at
set_certificate
array
CertificateList
Object Hierarchy:
Description:
[
CCode
( type_id =
"g_mime_certificate_list_get_type ()"
) ]
public
class
CertificateList
:
Object
A collection of
Certificate
objects.
Namespace:
GMime
Package:
gmime-3.0
Content:
Creation methods:
public
CertificateList
()
Creates a new
CertificateList
.
Methods:
public
int
add
(
Certificate
cert)
Adds a
Certificate
to the
CertificateList
.
public
void
clear
()
Clears the list of certificates.
public
bool
contains
(
Certificate
cert)
Checks whether or not the specified
Certificate
is contained within the
CertificateList
.
public
Certificate
get_certificate
(
int
index)
Gets the
Certificate
at the specified index.
public
int
index_of
(
Certificate
cert)
Gets the index of the specified
Certificate
inside the
CertificateList
.
public
void
insert
(
int
index,
Certificate
cert)
Inserts a
Certificate
into the
CertificateList
at the specified index.
public
int
length
()
Gets the length of the list.
public
bool
remove
(
Certificate
cert)
Removes a
Certificate
from the
CertificateList
.
public
bool
remove_at
(
int
index)
Removes a
Certificate
from the
CertificateList
at the specified index.
public
void
set_certificate
(
int
index,
Certificate
cert)
Sets the
Certificate
at the specified index to
cert
.
Fields:
public
unowned
GenericArray
<
void
*>
array
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