GUPnP IGD Reference Manual | ||||
---|---|---|---|---|
GUPnPSimpleIgdThread; GUPnPSimpleIgdThreadClass; GUPnPSimpleIgdThread* gupnp_simple_igd_thread_new (void);
This wraps a GUPnPSimpleIgd into a thread so that it can be used without having a GMainLoop running.
typedef struct _GUPnPSimpleIgdThread GUPnPSimpleIgdThread;
All members are private, access them using methods and properties
typedef struct { GUPnPSimpleIgdClass parent_class; /*virtual functions */ } GUPnPSimpleIgdThreadClass;
The Raw UDP component transmitter class
GUPnPSimpleIgdClass parent_class ; |
Our parent |
GUPnPSimpleIgdThread* gupnp_simple_igd_thread_new (void);
Creates a new GUPnPSimpleIgdThread
Returns : | the new GUPnPSimpleIgdThread |