summaryrefslogtreecommitdiff
path: root/libgupnp
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-06-20 11:56:14 +0200
committerJens Georg <mail@jensge.org>2022-06-21 18:13:51 +0200
commitc6f8d38446a9afbef3ab1a1aace6fc3f31ff664d (patch)
treec158f9ba4f412a4605d87e7eb5fcad343dbd2617 /libgupnp
parentc95ee5dc7551f98581a15cd7d0904bfa582ba637 (diff)
downloadgupnp-c6f8d38446a9afbef3ab1a1aace6fc3f31ff664d.tar.gz
ServiceInfo: Remove obsolete callback define
Diffstat (limited to 'libgupnp')
-rw-r--r--libgupnp/gupnp-service-info.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libgupnp/gupnp-service-info.h b/libgupnp/gupnp-service-info.h
index d7e9215..bed172b 100644
--- a/libgupnp/gupnp-service-info.h
+++ b/libgupnp/gupnp-service-info.h
@@ -34,21 +34,6 @@ struct _GUPnPServiceInfoClass {
void (* _gupnp_reserved4) (void);
};
-/**
- * GUPnPServiceIntrospectionCallback:
- * @info: The #GUPnPServiceInfo introspection was requested for
- * @introspection: (nullable): The new #GUPnPServiceIntrospection object
- * @error: (nullable): The #GError that occurred
- * @user_data: User data
- *
- * Callback notifying that @introspection for @info has been obtained.
- **/
-typedef void (* GUPnPServiceIntrospectionCallback) (
- GUPnPServiceInfo *info,
- GUPnPServiceIntrospection *introspection,
- const GError *error,
- gpointer user_data);
-
GUPnPContext *
gupnp_service_info_get_context (GUPnPServiceInfo *info);