[gupnp: 2/3] ServiceInfo: Remove obsolete callback define




commit c6f8d38446a9afbef3ab1a1aace6fc3f31ff664d
Author: Jens Georg <mail jensge org>
Date:   Mon Jun 20 11:56:14 2022 +0200

    ServiceInfo: Remove obsolete callback define

 libgupnp/gupnp-service-info.h | 15 ---------------
 1 file changed, 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]