30 lines
903 B
Diff
30 lines
903 B
Diff
From 1ffff315ca395a549702b203cfac8410a3afc560 Mon Sep 17 00:00:00 2001
|
|
From: Jens Georg <mail@jensge.org>
|
|
Date: Sun, 14 Feb 2021 15:43:32 +0100
|
|
Subject: [PATCH] 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
|
|
--
|
|
2.27.0
|
|
|