Flutter Linux Embedder
fl_gnome_settings.h
Go to the documentation of this file.
1 // Copyright 2013 The Flutter Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_GNOME_SETTINGS_H_
6 #define FLUTTER_SHELL_PLATFORM_LINUX_FL_GNOME_SETTINGS_H_
7 
9 
10 G_BEGIN_DECLS
11 
12 G_DECLARE_FINAL_TYPE(FlGnomeSettings,
13  fl_gnome_settings,
14  FL,
15  GNOME_SETTINGS,
16  GObject);
17 
18 /**
19  * fl_gnome_settings_new:
20  *
21  * Creates a new settings instance for GNOME.
22  *
23  * Returns: a new #FlSettings.
24  */
25 FlSettings* fl_gnome_settings_new();
26 
27 G_END_DECLS
28 
29 #endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_GNOME_SETTINGS_H_
G_DECLARE_FINAL_TYPE
G_BEGIN_DECLS G_DECLARE_FINAL_TYPE(FlGnomeSettings, fl_gnome_settings, FL, GNOME_SETTINGS, GObject)
FL
FL
Definition: fl_binary_messenger.cc:27
fl_gnome_settings_new
FlSettings * fl_gnome_settings_new()
Definition: fl_gnome_settings.cc:164
fl_settings.h