Defines
Typedefs
Functions
Define Documentation
#define osip_contact_get_displayname
(
header
)
osip_from_get_displayname((
osip_from_t*)header)
Get the displayname from a Contact header.
- Parameters:
-
header The element to work on.
#define osip_contact_get_url
(
header
)
osip_from_get_url((
osip_from_t*)header)
Get the url from a Contact header.
- Parameters:
-
header The element to work on.
#define osip_contact_param_add
(
header,
name,
value
)
osip_generic_param_add((header)->gen_params, name,value)
Allocate and add a generic parameter element in a list.
- Parameters:
-
header The element to work on.
name The token name.
value The token value.
#define osip_contact_param_get
(
header,
pos,
dest
)
osip_from_param_get((
osip_from_t*)header,pos,dest)
Get a header parameter from a Contact element.
- Parameters:
-
header The element to work on.
pos The index of the element to get.
dest A pointer on the element found.
#define osip_contact_param_get_byname
(
header,
name,
dest
)
osip_generic_param_get_byname((header)->gen_params,name,dest)
Find a header parameter in a Contact element.
- Parameters:
-
header The element to work on.
name The token name to search.
dest A pointer on the element found.
#define osip_contact_set_displayname
(
header,
value
)
osip_from_set_displayname((
osip_from_t*)header, value)
Set the displayname in the Contact element.
- Parameters:
-
header The element to work on.
value The value of the element.
#define osip_contact_set_url
(
header,
Set the url in the Contact element.
- Parameters:
-
header The element to work on.
url The value of the element.
Typedef Documentation
Structure for Contact headers.
Function Documentation
Clone a Contact element.
- Parameters:
-
header The element to work on.
dest A pointer on the copy of the element.
Free a Contact element.
- Parameters:
-
header The element to work on.
Allocate a Contact element.
- Parameters:
-
header The element to work on.
Parse a Contact element.
- Parameters:
-
header The element to work on.
hvalue The string to parse.
Get a string representation of a Contact element.
- Parameters:
-
header The element to work on.
dest A pointer on the new allocated string.
Generated on Tue Feb 22 00:59:47 2005 for libosip by
doxygen 1.4.1