![]() |
![]() |
![]() |
wocky Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <wocky/wocky-resource-contact.h> WockyResourceContact; WockyResourceContactClass; WockyResourceContact * wocky_resource_contact_new (WockyBareContact *bare
,const gchar *resource
); gboolean wocky_resource_contact_equal (WockyResourceContact *a
,WockyResourceContact *b
); WockyBareContact * wocky_resource_contact_get_bare_contact (WockyResourceContact *contact
); const gchar * wocky_resource_contact_get_resource (WockyResourceContact *contact
);
"bare-contact" WockyBareContact* : Read / Write / Construct Only "resource" gchar* : Read / Write / Construct Only
typedef struct { WockyContactClass parent_class; } WockyResourceContactClass;
WockyResourceContact * wocky_resource_contact_new (WockyBareContact *bare
,const gchar *resource
);
|
|
|
|
Returns : |
gboolean wocky_resource_contact_equal (WockyResourceContact *a
,WockyResourceContact *b
);
|
|
|
|
Returns : |
WockyBareContact * wocky_resource_contact_get_bare_contact
(WockyResourceContact *contact
);
|
|
Returns : |
const gchar * wocky_resource_contact_get_resource (WockyResourceContact *contact
);
|
|
Returns : |
"bare-contact"
property"bare-contact" WockyBareContact* : Read / Write / Construct Only
The WockyBareContact associated with this WockyResourceContact
"resource"
property"resource" gchar* : Read / Write / Construct Only
The resource of the contact.
Default value: NULL