Add a few settings getters

This commit is contained in:
Matthias Clasen
2016-04-30 22:00:06 -04:00
parent 4151b6715c
commit 8e62cee075
2 changed files with 37 additions and 0 deletions

View File

@ -52,6 +52,9 @@ typedef enum
GtkSettingsSource _gtk_settings_get_setting_source (GtkSettings *settings,
const gchar *name);
gboolean gtk_settings_get_enable_animations (GtkSettings *settings);
gint gtk_settings_get_dnd_drag_threshold (GtkSettings *settings);
G_END_DECLS
#endif /* __GTK_SETTINGS_PRIVATE_H__ */