Top |
Functions
GDataGDIMAddress * | gdata_gd_im_address_new () |
const gchar * | gdata_gd_im_address_get_address () |
void | gdata_gd_im_address_set_address () |
const gchar * | gdata_gd_im_address_get_protocol () |
void | gdata_gd_im_address_set_protocol () |
const gchar * | gdata_gd_im_address_get_relation_type () |
void | gdata_gd_im_address_set_relation_type () |
const gchar * | gdata_gd_im_address_get_label () |
void | gdata_gd_im_address_set_label () |
gboolean | gdata_gd_im_address_is_primary () |
void | gdata_gd_im_address_set_is_primary () |
Properties
gchar * | address | Read / Write |
gboolean | is-primary | Read / Write |
gchar * | label | Read / Write |
gchar * | protocol | Read / Write |
gchar * | relation-type | Read / Write |
Types and Values
#define | GDATA_GD_IM_ADDRESS_HOME |
#define | GDATA_GD_IM_ADDRESS_NETMEETING |
#define | GDATA_GD_IM_ADDRESS_OTHER |
#define | GDATA_GD_IM_ADDRESS_WORK |
#define | GDATA_GD_IM_PROTOCOL_AIM |
#define | GDATA_GD_IM_PROTOCOL_LIVE_MESSENGER |
#define | GDATA_GD_IM_PROTOCOL_YAHOO_MESSENGER |
#define | GDATA_GD_IM_PROTOCOL_SKYPE |
#define | GDATA_GD_IM_PROTOCOL_QQ |
#define | GDATA_GD_IM_PROTOCOL_GOOGLE_TALK |
#define | GDATA_GD_IM_PROTOCOL_ICQ |
#define | GDATA_GD_IM_PROTOCOL_JABBER |
GDataGDIMAddress | |
GDataGDIMAddressClass |
Functions
gdata_gd_im_address_new ()
GDataGDIMAddress * gdata_gd_im_address_new (const gchar *address
,const gchar *protocol
,const gchar *relation_type
,const gchar *label
,gboolean is_primary
);
Creates a new GDataGDIMAddress. More information is available in the GData specification.
Parameters
address |
the IM address |
|
protocol |
a URI identifying the IM protocol, or |
[allow-none] |
relation_type |
the relationship between the IM address and its owner, or |
[allow-none] |
label |
a human-readable label for the IM address, or |
[allow-none] |
is_primary |
|
Since: 0.2.0
gdata_gd_im_address_get_address ()
const gchar *
gdata_gd_im_address_get_address (GDataGDIMAddress *self
);
Gets the “address” property.
Since: 0.4.0
gdata_gd_im_address_set_address ()
void gdata_gd_im_address_set_address (GDataGDIMAddress *self
,const gchar *address
);
Sets the “address” property to address
.
Since: 0.4.0
gdata_gd_im_address_get_protocol ()
const gchar *
gdata_gd_im_address_get_protocol (GDataGDIMAddress *self
);
Gets the “protocol” property.
Since: 0.4.0
gdata_gd_im_address_set_protocol ()
void gdata_gd_im_address_set_protocol (GDataGDIMAddress *self
,const gchar *protocol
);
Sets the “protocol” property to protocol
.
Since: 0.4.0
gdata_gd_im_address_get_relation_type ()
const gchar *
gdata_gd_im_address_get_relation_type (GDataGDIMAddress *self
);
Gets the “relation-type” property.
Since: 0.4.0
gdata_gd_im_address_set_relation_type ()
void gdata_gd_im_address_set_relation_type (GDataGDIMAddress *self
,const gchar *relation_type
);
Sets the “relation-type” property to relation_type
.
Set relation_type
to NULL
to unset the property in the IM address.
Since: 0.4.0
gdata_gd_im_address_get_label ()
const gchar *
gdata_gd_im_address_get_label (GDataGDIMAddress *self
);
Gets the “label” property.
Since: 0.4.0
gdata_gd_im_address_set_label ()
void gdata_gd_im_address_set_label (GDataGDIMAddress *self
,const gchar *label
);
Sets the “label” property to label
.
Set label
to NULL
to unset the property in the IM address.
Since: 0.4.0
gdata_gd_im_address_is_primary ()
gboolean
gdata_gd_im_address_is_primary (GDataGDIMAddress *self
);
Gets the “is-primary” property.
Since: 0.4.0
gdata_gd_im_address_set_is_primary ()
void gdata_gd_im_address_set_is_primary (GDataGDIMAddress *self
,gboolean is_primary
);
Sets the “is-primary” property to is_primary
.
Since: 0.4.0
Types and Values
GDATA_GD_IM_ADDRESS_HOME
#define GDATA_GD_IM_ADDRESS_HOME "http://schemas.google.com/g/2005#home"
The relation type URI for a home IM address.
Since: 0.7.0
GDATA_GD_IM_ADDRESS_NETMEETING
#define GDATA_GD_IM_ADDRESS_NETMEETING "http://schemas.google.com/g/2005#netmeeting"
The relation type URI for a Microsoft NetMeeting IM address.
Since: 0.7.0
GDATA_GD_IM_ADDRESS_OTHER
#define GDATA_GD_IM_ADDRESS_OTHER "http://schemas.google.com/g/2005#other"
The relation type URI for a miscellaneous IM address.
Since: 0.7.0
GDATA_GD_IM_ADDRESS_WORK
#define GDATA_GD_IM_ADDRESS_WORK "http://schemas.google.com/g/2005#work"
The relation type URI for a work IM address.
Since: 0.7.0
GDATA_GD_IM_PROTOCOL_AIM
#define GDATA_GD_IM_PROTOCOL_AIM "http://schemas.google.com/g/2005#AIM"
The protocol type URI for an AIM IM address.
Since: 0.7.0
GDATA_GD_IM_PROTOCOL_LIVE_MESSENGER
#define GDATA_GD_IM_PROTOCOL_LIVE_MESSENGER "http://schemas.google.com/g/2005#MSN"
The protocol type URI for an Windows Live Messenger IM address.
Since: 0.7.0
GDATA_GD_IM_PROTOCOL_YAHOO_MESSENGER
#define GDATA_GD_IM_PROTOCOL_YAHOO_MESSENGER "http://schemas.google.com/g/2005#YAHOO"
The protocol type URI for a Yahoo! Messenger IM address.
Since: 0.7.0
GDATA_GD_IM_PROTOCOL_SKYPE
#define GDATA_GD_IM_PROTOCOL_SKYPE "http://schemas.google.com/g/2005#SKYPE"
The protocol type URI for a Skype IM address.
Since: 0.7.0
GDATA_GD_IM_PROTOCOL_QQ
#define GDATA_GD_IM_PROTOCOL_QQ "http://schemas.google.com/g/2005#QQ"
The protocol type URI for a QQ IM address.
Since: 0.7.0
GDATA_GD_IM_PROTOCOL_GOOGLE_TALK
#define GDATA_GD_IM_PROTOCOL_GOOGLE_TALK "http://schemas.google.com/g/2005#GOOGLE_TALK"
The protocol type URI for a Google Talk IM address.
Since: 0.7.0
GDATA_GD_IM_PROTOCOL_ICQ
#define GDATA_GD_IM_PROTOCOL_ICQ "http://schemas.google.com/g/2005#ICQ"
The protocol type URI for an ICQ IM address.
Since: 0.7.0
GDATA_GD_IM_PROTOCOL_JABBER
#define GDATA_GD_IM_PROTOCOL_JABBER "http://schemas.google.com/g/2005#JABBER"
The protocol type URI for a Jabber IM address.
Since: 0.7.0
GDataGDIMAddress
typedef struct _GDataGDIMAddress GDataGDIMAddress;
All the fields in the GDataGDIMAddress structure are private and should never be accessed directly.
Since: 0.2.0
GDataGDIMAddressClass
typedef struct { } GDataGDIMAddressClass;
All the fields in the GDataGDIMAddressClass structure are private and should never be accessed directly.
Since: 0.4.0
Property Details
The “address”
property
“address” gchar *
The IM address itself.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0
The “is-primary”
property
“is-primary” gboolean
Indicates which IM address out of a group is primary.
For more information, see the
GData specification.Flags: Read / Write
Default value: FALSE
Since: 0.4.0
The “label”
property
“label” gchar *
A simple string value used to name this IM address. It allows UIs to display a label such as "Work", "Personal", "Preferred", etc.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0
The “protocol”
property
“protocol” gchar *
Identifies the IM network. For example: GDATA_GD_IM_PROTOCOL_JABBER
or GDATA_GD_IM_PROTOCOL_GOOGLE_TALK
.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0
The “relation-type”
property
“relation-type” gchar *
A programmatic value that identifies the type of IM address. For example: GDATA_GD_IM_ADDRESS_HOME
or GDATA_GD_IM_ADDRESS_WORK
.
For more information, see the
GData specification.Flags: Read / Write
Default value: NULL
Since: 0.4.0