if (action == NULL)
return;
- return g_action_set_state (action, value);
+ g_action_set_state (action, value);
}
static void
if (action == NULL)
return;
- return g_action_activate (action, parameter);
+ g_action_activate (action, parameter);
}
static void
{
g_return_if_fail (G_IS_TLS_CONNECTION (conn));
- return G_TLS_CONNECTION_GET_CLASS (conn)->handshake_async (conn, io_priority,
- cancellable,
- callback, user_data);
+ G_TLS_CONNECTION_GET_CLASS (conn)->handshake_async (conn, io_priority,
+ cancellable,
+ callback, user_data);
}
/**