3 #ifndef EVENTSUBSCRIBE_H
4 #define EVENTSUBSCRIBE_H
UpnpString object declarartion.
UpnpEventSubscribe * UpnpEventSubscribe_dup(const UpnpEventSubscribe *p)
Definition: EventSubscribe.c:64
const UpnpString * UpnpEventSubscribe_get_SID(const UpnpEventSubscribe *p)
Definition: EventSubscribe.c:109
void UpnpEventSubscribe_assign(UpnpEventSubscribe *p, const UpnpEventSubscribe *q)
Definition: EventSubscribe.c:74
int UpnpEventSubscribe_get_ErrCode(const UpnpEventSubscribe *p)
Definition: EventSubscribe.c:85
UpnpEventSubscribe * UpnpEventSubscribe_new()
Definition: EventSubscribe.c:30
int UpnpEventSubscribe_get_TimeOut(const UpnpEventSubscribe *p)
Definition: EventSubscribe.c:97
struct s_UpnpString UpnpString
Type of the string objects inside libupnp.
Definition: UpnpString.h:35
const UpnpString * UpnpEventSubscribe_get_PublisherUrl(const UpnpEventSubscribe *p)
Definition: EventSubscribe.c:135
void UpnpEventSubscribe_delete(UpnpEventSubscribe *p)
Definition: EventSubscribe.c:44
struct s_UpnpEventSubscribe UpnpEventSubscribe
Definition: EventSubscribe.h:18
#define EXPORT_SPEC
Export functions on WIN32 DLLs.
Definition: UpnpGlobal.h:82
Defines constants that for some reason are not defined on some systems.