Couchdb.DocumentContact – couchdb-glib-1.0 Reference Manual
Packages
couchdb-glib-1.0
Couchdb
DocumentContact
address_get_city
address_get_country
address_get_description
address_get_ext_street
address_get_pobox
address_get_postalcode
address_get_state
address_get_street
address_set_city
address_set_country
address_set_description
address_set_ext_street
address_set_pobox
address_set_postalcode
address_set_state
address_set_street
email_get_address
email_get_description
email_set_address
email_set_description
im_get_address
im_get_description
im_get_protocol
im_set_address
im_set_description
im_set_protocol
phone_get_description
phone_get_number
phone_get_priority
phone_set_description
phone_set_number
phone_set_priority
url_get_address
url_get_description
url_set_address
url_set_description
DocumentContact
DocumentContact.address_new
DocumentContact.email_new
DocumentContact.im_new
DocumentContact.phone_new
DocumentContact.url_new
get_assistant_name
get_birth_date
get_categories
get_company
get_department
get_first_name
get_job_title
get_last_name
get_manager_name
get_middle_name
get_nick_name
get_notes
get_office
get_spouse_name
get_suffix
get_title
get_wedding_date
set_assistant_name
set_birth_date
set_categories
set_company
set_department
set_first_name
set_job_title
set_last_name
set_manager_name
set_middle_name
set_nick_name
set_notes
set_office
set_spouse_name
set_suffix
set_title
set_wedding_date
DocumentContact
Object Hierarchy:
Description:
public
class
DocumentContact
:
Document
Namespace:
Couchdb
Package:
couchdb-glib-1.0
Content:
Static methods:
public
static
unowned
string
address_get_city
(
StructField
sf)
public
static
unowned
string
address_get_country
(
StructField
sf)
public
static
unowned
string
address_get_description
(
StructField
sf)
public
static
unowned
string
address_get_ext_street
(
StructField
sf)
public
static
unowned
string
address_get_pobox
(
StructField
sf)
public
static
unowned
string
address_get_postalcode
(
StructField
sf)
public
static
unowned
string
address_get_state
(
StructField
sf)
public
static
unowned
string
address_get_street
(
StructField
sf)
public
static
void
address_set_city
(
StructField
sf,
string
city)
public
static
void
address_set_country
(
StructField
sf,
string
country)
public
static
void
address_set_description
(
StructField
sf,
string
description)
public
static
void
address_set_ext_street
(
StructField
sf,
string
ext_street)
public
static
void
address_set_pobox
(
StructField
sf,
string
pobox)
public
static
void
address_set_postalcode
(
StructField
sf,
string
postalcode)
public
static
void
address_set_state
(
StructField
sf,
string
state)
public
static
void
address_set_street
(
StructField
sf,
string
street)
public
static
unowned
string
email_get_address
(
StructField
sf)
public
static
unowned
string
email_get_description
(
StructField
sf)
public
static
void
email_set_address
(
StructField
sf,
string
email)
public
static
void
email_set_description
(
StructField
sf,
string
description)
public
static
unowned
string
im_get_address
(
StructField
sf)
public
static
unowned
string
im_get_description
(
StructField
sf)
public
static
unowned
string
im_get_protocol
(
StructField
sf)
public
static
void
im_set_address
(
StructField
sf,
string
address)
public
static
void
im_set_description
(
StructField
sf,
string
description)
public
static
void
im_set_protocol
(
StructField
sf,
string
protocol)
public
static
unowned
string
phone_get_description
(
StructField
sf)
public
static
unowned
string
phone_get_number
(
StructField
sf)
public
static
int
phone_get_priority
(
StructField
sf)
public
static
void
phone_set_description
(
StructField
sf,
string
description)
public
static
void
phone_set_number
(
StructField
sf,
string
number)
public
static
void
phone_set_priority
(
StructField
sf,
int
priority)
public
static
unowned
string
url_get_address
(
StructField
sf)
public
static
unowned
string
url_get_description
(
StructField
sf)
public
static
void
url_set_address
(
StructField
sf,
string
address)
public
static
void
url_set_description
(
StructField
sf,
string
description)
Creation methods:
public
DocumentContact
()
public
DocumentContact.address_new
(
string
uuid,
string
street,
string
ext_street,
string
city,
string
state,
string
country,
string
postalcode,
string
pobox,
string
description)
public
DocumentContact.email_new
(
string
uuid,
string
address,
string
description)
public
DocumentContact.im_new
(
string
uuid,
string
address,
string
description,
string
protocol)
public
DocumentContact.phone_new
(
string
uuid,
string
number,
string
description,
int
priority)
public
DocumentContact.url_new
(
string
uuid,
string
address,
string
description)
Methods:
public
unowned
string
get_assistant_name
()
public
unowned
string
get_birth_date
()
public
unowned
string
get_categories
()
public
unowned
string
get_company
()
public
unowned
string
get_department
()
public
unowned
string
get_first_name
()
public
unowned
string
get_job_title
()
public
unowned
string
get_last_name
()
public
unowned
string
get_manager_name
()
public
unowned
string
get_middle_name
()
public
unowned
string
get_nick_name
()
public
unowned
string
get_notes
()
public
unowned
string
get_office
()
public
unowned
string
get_spouse_name
()
public
unowned
string
get_suffix
()
public
unowned
string
get_title
()
public
unowned
string
get_wedding_date
()
public
void
set_assistant_name
(
string
assistant_name)
public
void
set_birth_date
(
string
birth_date)
public
void
set_categories
(
string
categories)
public
void
set_company
(
string
company)
public
void
set_department
(
string
department)
public
void
set_first_name
(
string
first_name)
public
void
set_job_title
(
string
job_title)
public
void
set_last_name
(
string
last_name)
public
void
set_manager_name
(
string
manager_name)
public
void
set_middle_name
(
string
middle_name)
public
void
set_nick_name
(
string
nick_name)
public
void
set_notes
(
string
notes)
public
void
set_office
(
string
office)
public
void
set_spouse_name
(
string
spouse_name)
public
void
set_suffix
(
string
suffix)
public
void
set_title
(
string
title)
public
void
set_wedding_date
(
string
wedding_date)
Inherited Members:
All known members inherited from class Couchdb.Document
database
get_array_field
get_boolean_field
get_double_field
get_field_type
get_id
get_int_field
get_record_type
get_revision
get_string_field
has_field
is_contact
is_task
remove_field
set_application_annotations
set_array_field
set_boolean_field
set_double_field
set_id
set_int_field
set_record_type
set_revision
set_string_field
set_struct_field
to_string
All known members inherited from class GLib.Object
@new
newv
new_valist
get_type
get_class
@ref
unref
ref_sink
weak_ref
weak_unref
add_weak_pointer
remove_weak_pointer
@get
@set
get_property
set_property
get_data
set_data
set_data_full
steal_data
get_qdata
set_qdata
set_qdata_full
steal_qdata
freeze_notify
thaw_notify
dispose
constructed
notify_property
connect
disconnect
add_toggle_ref
remove_toggle_ref
bind_property
notify
ref_count