[gupnp] ServiceProxy: Remove bogos function rename



commit 1ffff315ca395a549702b203cfac8410a3afc560
Author: Jens Georg <mail jensge org>
Date:   Sun Feb 14 15:43:32 2021 +0100

    ServiceProxy: Remove bogos function rename
    
    Leftover from when this function was called
    gupnp_service_proxy_send_action_list_gi
    
    Fixes #23

 libgupnp/gupnp-service-proxy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgupnp/gupnp-service-proxy.c b/libgupnp/gupnp-service-proxy.c
index 8720ce6..cec7c8a 100644
--- a/libgupnp/gupnp-service-proxy.c
+++ b/libgupnp/gupnp-service-proxy.c
@@ -481,7 +481,7 @@ out:
 }
 
 /**
- * gupnp_service_proxy_send_action_list: (rename-to gupnp_service_proxy_send_action_list)
+ * gupnp_service_proxy_send_action_list:
  * @proxy: (transfer none) : A #GUPnPServiceProxy
  * @action: An action
  * @in_names: (element-type utf8) (transfer none): #GList of 'in' parameter


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