Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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
8#include "flutter/shell/platform/linux/fl_settings.h"
9
10G_BEGIN_DECLS
11
12G_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 */
25FlSettings* fl_gnome_settings_new();
26
27G_END_DECLS
28
29#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_GNOME_SETTINGS_H_
FlSettings * fl_gnome_settings_new()
G_BEGIN_DECLS G_DECLARE_FINAL_TYPE(FlGnomeSettings, fl_gnome_settings, FL, GNOME_SETTINGS, GObject)