From 479c48f4272a4d07ceb90174143722e046ef25be Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Mon, 3 Jan 2022 18:09:55 +0100 Subject: ServiceAction: Forward-port Action.return_success --- tests/test-bugs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-bugs.c') diff --git a/tests/test-bugs.c b/tests/test-bugs.c index 19a13b4..563e758 100644 --- a/tests/test-bugs.c +++ b/tests/test-bugs.c @@ -88,7 +88,7 @@ test_bgo_696762_on_browse_call (G_GNUC_UNUSED GUPnPService *service, g_assert (node != NULL); g_assert_cmpstr ((const char *) node->name, ==, "SortCriteria"); node = node->next; - gupnp_service_action_return (action); + gupnp_service_action_return_success (action); } static void @@ -543,7 +543,7 @@ test_ggo_58_on_ping_call (GUPnPService *service, GUPnPServiceAction *action, gpointer user_data) { - gupnp_service_action_return (action); + gupnp_service_action_return_success (action); } static void -- cgit v1.2.1