Function
GUPnPServiceIntrospectionCallback
Declaration
void
(* GUPnPServiceIntrospectionCallback) (
GUPnPServiceInfo* info,
GUPnPServiceIntrospection* introspection,
const GError* error,
gpointer user_data
)
Parameters
info |
GUPnPServiceInfo |
The |
|
The data is owned by the caller of the function. | |
introspection |
GUPnPServiceIntrospection |
The new |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
user_data |
gpointer |
User data. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |