mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Make g_settings_sync() a proper prototype.
This commit is contained in:
@@ -213,7 +213,7 @@ handle_set (gint *argc,
|
||||
goto out;
|
||||
}
|
||||
|
||||
g_settings_sync (NULL);
|
||||
g_settings_sync ();
|
||||
ret = 0;
|
||||
|
||||
out:
|
||||
|
@@ -134,7 +134,7 @@ void g_settings_delay (GSettin
|
||||
void g_settings_apply (GSettings *settings);
|
||||
void g_settings_revert (GSettings *settings);
|
||||
gboolean g_settings_get_has_unapplied (GSettings *settings);
|
||||
void g_settings_sync ();
|
||||
void g_settings_sync (void);
|
||||
|
||||
/**
|
||||
* GSettingsBindSetMapping:
|
||||
|
Reference in New Issue
Block a user