18 #include "TheStruct.h" EXPORT_SPEC void TestClass_clear_TheBuffer(TestClass *p)
Definition: TestClass.c:164
Definition: UpnpActionComplete.c:18
EXPORT_SPEC int TestClass_set_TheList(TestClass *p, const UpnpListHead *q)
Definition: TestClass.c:103
EXPORT_SPEC TestClass * TestClass_dup(const TestClass *p)
Definition: TestClass.c:87
EXPORT_SPEC int TestClass_set_TheUnsignedLong(TestClass *p, unsigned long n)
Definition: TestClass.c:133
EXPORT_SPEC int TestClass_get_TheInteger(const TestClass *p)
Definition: TestClass.c:116
EXPORT_SPEC const struct TheStruct * TestClass_get_TheBuffer(const TestClass *p)
Definition: TestClass.c:152
Definition: TheStruct.h:1
UpnpString object declaration.
EXPORT_SPEC int TestClass_set_TheBuffer(TestClass *p, const struct TheStruct *buf)
Definition: TestClass.c:157
EXPORT_SPEC int TestClass_strcpy_TheString(TestClass *p, const char *s)
Definition: TestClass.c:206
EXPORT_SPEC int TestClass_strncpy_TheString(TestClass *p, const char *s, size_t n)
Definition: TestClass.c:211
EXPORT_SPEC int TestClass_set_TheCharPointer(TestClass *p, char *n)
Definition: TestClass.c:145
EXPORT_SPEC void TestClass_add_to_list_TheList(TestClass *p, UpnpListHead *head)
Definition: TestClass.c:110
EXPORT_SPEC int TestClass_set_TheActionComplete(TestClass *p, const UpnpActionComplete *n)
Definition: TestClass.c:174
EXPORT_SPEC void TestClass_clear_TheString(TestClass *p)
Definition: TestClass.c:216
EXPORT_SPEC void TestClass_delete(TestClass *p)
Definition: TestClass.c:48
Definition: TestClass.c:18
EXPORT_SPEC const char * TestClass_get_TheDomString_cstr(const TestClass *p)
Definition: TestClass.c:236
EXPORT_SPEC int TestClass_assign(TestClass *p, const TestClass *q)
Definition: TestClass.c:69
EXPORT_SPEC int TestClass_set_TheDomString(TestClass *p, const DOMString s)
Definition: TestClass.c:226
EXPORT_SPEC int TestClass_set_TheInteger(TestClass *p, int n)
Definition: TestClass.c:121
EXPORT_SPEC const UpnpString * TestClass_get_TheString(const TestClass *p)
Definition: TestClass.c:184
EXPORT_SPEC const UpnpListHead * TestClass_get_TheList(const TestClass *p)
Definition: TestClass.c:98
#define DOMString
The type of DOM strings.
Definition: ixml.h:48
EXPORT_SPEC size_t TestClass_get_TheString_Length(const TestClass *p)
Definition: TestClass.c:196
EXPORT_SPEC int TestClass_set_TheString(TestClass *p, const UpnpString *s)
Definition: TestClass.c:189
EXPORT_SPEC const char * TestClass_get_TheString_cstr(const TestClass *p)
Definition: TestClass.c:201
struct s_UpnpString UpnpString
Type of the string objects inside libupnp.
Definition: UpnpString.h:38
EXPORT_SPEC char * TestClass_get_TheCharPointer(const TestClass *p)
Definition: TestClass.c:140
EXPORT_SPEC unsigned long TestClass_get_TheUnsignedLong(const TestClass *p)
Definition: TestClass.c:128
EXPORT_SPEC const DOMString TestClass_get_TheDomString(const TestClass *p)
Definition: TestClass.c:221
#define EXPORT_SPEC
Export functions on WIN32 DLLs.
Definition: UpnpGlobal.h:91
EXPORT_SPEC const UpnpActionComplete * TestClass_get_TheActionComplete(const TestClass *p)
Definition: TestClass.c:169
EXPORT_SPEC TestClass * TestClass_new()
Definition: TestClass.c:30
Defines constants that for some reason are not defined on some systems.
Header file for UpnpActionComplete methods.