[gupnp] context-filter: Use HashTable instead of GList



commit e7a3b3aa1622fbed48f90379c1f47061f58bedf9
Author: Jens Georg <mail jensge org>
Date:   Sun Aug 8 22:14:13 2021 +0200

    context-filter: Use HashTable instead of GList

 libgupnp/gupnp-context-filter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgupnp/gupnp-context-filter.c b/libgupnp/gupnp-context-filter.c
index f3d7a0e..f5c2034 100644
--- a/libgupnp/gupnp-context-filter.c
+++ b/libgupnp/gupnp-context-filter.c
@@ -353,7 +353,7 @@ gupnp_context_filter_remove_entry (GUPnPContextFilter *context_filter,
  *
  * Get the #GList of entries that compose the context filter. Do not free
  *
- * Return value: (element-type utf8) (transfer none)(nullable):  a #GList of entries
+ * Return value: (element-type utf8) (transfer container)(nullable):  a #GList of entries
  * used to filter networks, interfaces,... or %NULL.
  * Do not modify or free the list nor its elements.
  *


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