mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Make g_settings_sync() a proper prototype.
This commit is contained in:
parent
408daaa294
commit
0766981a1e
@ -213,7 +213,7 @@ handle_set (gint *argc,
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_settings_sync (NULL);
|
g_settings_sync ();
|
||||||
ret = 0;
|
ret = 0;
|
||||||
|
|
||||||
out:
|
out:
|
||||||
|
@ -134,7 +134,7 @@ void g_settings_delay (GSettin
|
|||||||
void g_settings_apply (GSettings *settings);
|
void g_settings_apply (GSettings *settings);
|
||||||
void g_settings_revert (GSettings *settings);
|
void g_settings_revert (GSettings *settings);
|
||||||
gboolean g_settings_get_has_unapplied (GSettings *settings);
|
gboolean g_settings_get_has_unapplied (GSettings *settings);
|
||||||
void g_settings_sync ();
|
void g_settings_sync (void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GSettingsBindSetMapping:
|
* GSettingsBindSetMapping:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user