[gupnp/gupnp-1.0] Update gupnp-service-info.h, add nullable anotation,
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp/gupnp-1.0] Update gupnp-service-info.h, add nullable anotation,
- Date: Tue, 16 Jun 2020 21:42:49 +0000 (UTC)
commit c0f96db94e11af036f9d2166825a5d202a4f7e23
Author: soiamsoNG <83182235 qq com>
Date: Wed Jun 10 11:46:54 2020 +0000
Update gupnp-service-info.h, add nullable anotation,
libgupnp/gupnp-service-info.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgupnp/gupnp-service-info.h b/libgupnp/gupnp-service-info.h
index 3fe2b3e..5000ddd 100644
--- a/libgupnp/gupnp-service-info.h
+++ b/libgupnp/gupnp-service-info.h
@@ -84,8 +84,8 @@ struct _GUPnPServiceInfoClass {
/**
* GUPnPServiceIntrospectionCallback:
* @info: The #GUPnPServiceInfo introspection was requested for
- * @introspection: The new #GUPnPServiceIntrospection object, or NULL
- * @error: The #GError that occurred, or NULL
+ * @introspection: (nullable): The new #GUPnPServiceIntrospection object, or NULL
+ * @error: (nullable): The #GError that occurred, or NULL
* @user_data: User data
*
* Callback notifying that @introspection for @info has been obtained.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]