3 #ifndef ACTIONCOMPLETE_H
4 #define ACTIONCOMPLETE_H
UpnpActionComplete * UpnpActionComplete_dup(const UpnpActionComplete *p)
Copy Constructor.
Definition: ActionComplete.c:74
UpnpActionComplete * UpnpActionComplete_new()
Constructor.
Definition: ActionComplete.c:38
void UpnpActionComplete_set_ActionRequest(UpnpActionComplete *p, IXML_Document *d)
ActionRequest document setter.
Definition: ActionComplete.c:139
const char * UpnpActionComplete_get_CtrlUrl_cstr(const UpnpActionComplete *p)
Control URL getter as a C string.
Definition: ActionComplete.c:112
const UpnpString * UpnpActionComplete_get_CtrlUrl(const UpnpActionComplete *p)
Control URL getter.
Definition: ActionComplete.c:107
UpnpString object declarartion.
IXML_Document * UpnpActionComplete_get_ActionRequest(const UpnpActionComplete *p)
ActionRequest document getter.
Definition: ActionComplete.c:133
void UpnpActionComplete_set_ErrCode(UpnpActionComplete *p, int n)
Error code setter.
Definition: ActionComplete.c:101
IXML_Document * UpnpActionComplete_get_ActionResult(const UpnpActionComplete *p)
ActionResult document getter.
Definition: ActionComplete.c:146
void UpnpActionComplete_strcpy_CtrlUrl(UpnpActionComplete *p, const char *s)
Set the control URL from a null terminated C string.
Definition: ActionComplete.c:125
void UpnpActionComplete_set_CtrlUrl(UpnpActionComplete *p, const UpnpString *s)
Control URL setter.
Definition: ActionComplete.c:118
void UpnpActionComplete_set_ActionResult(UpnpActionComplete *p, IXML_Document *d)
ActionResult document setter.
Definition: ActionComplete.c:152
struct s_UpnpActionComplete UpnpActionComplete
The type of an UpnpActionComplete object.
Definition: ActionComplete.h:19
Data structure representing the DOM Document.
Definition: ixml.h:183
struct s_UpnpString UpnpString
Type of the string objects inside libupnp.
Definition: UpnpString.h:35
void UpnpActionComplete_assign(UpnpActionComplete *p, const UpnpActionComplete *q)
Assignment operator.
Definition: ActionComplete.c:84
int UpnpActionComplete_get_ErrCode(const UpnpActionComplete *p)
Error code getter.
Definition: ActionComplete.c:95
#define EXPORT_SPEC
Export functions on WIN32 DLLs.
Definition: UpnpGlobal.h:82
Defines constants that for some reason are not defined on some systems.
void UpnpActionComplete_delete(UpnpActionComplete *p)
Destructor.
Definition: ActionComplete.c:55