mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
gio: Some more build fixes
This commit is contained in:
parent
87a542bc96
commit
847a8eb911
@ -522,8 +522,8 @@ g_simple_action_new_stateful (const gchar *name,
|
|||||||
{
|
{
|
||||||
GSimpleAction *simple;
|
GSimpleAction *simple;
|
||||||
|
|
||||||
g_return_val_if_fail (name != NULL);
|
g_return_val_if_fail (name != NULL, NULL);
|
||||||
g_return_val_if_fail (state != NULL);
|
g_return_val_if_fail (state != NULL, NULL);
|
||||||
|
|
||||||
simple = g_object_new (G_TYPE_SIMPLE_ACTION, NULL);
|
simple = g_object_new (G_TYPE_SIMPLE_ACTION, NULL);
|
||||||
simple->name = g_strdup (name);
|
simple->name = g_strdup (name);
|
||||||
|
Loading…
Reference in New Issue
Block a user