Flutter Engine
The Flutter Engine
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Enumerator
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
shell
platform
linux
fl_settings_plugin.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_SETTINGS_PLUGIN_H_
6
#define FLUTTER_SHELL_PLATFORM_LINUX_FL_SETTINGS_PLUGIN_H_
7
8
#include "flutter/shell/platform/linux/fl_settings.h"
9
#include "flutter/shell/platform/linux/public/flutter_linux/fl_engine.h"
10
11
G_BEGIN_DECLS
12
13
G_DECLARE_FINAL_TYPE
(FlSettingsPlugin,
14
fl_settings_plugin,
15
FL
,
16
SETTINGS_PLUGIN,
17
GObject);
18
19
/**
20
* FlSettingsPlugin:
21
*
22
* #FlSettingsPlugin is a plugin that implements the Flutter user settings
23
* channel.
24
*/
25
26
/**
27
* fl_settings_plugin_new:
28
* @messenger: an #FlEngine
29
*
30
* Creates a new plugin that sends user settings to the Flutter engine.
31
*
32
* Returns: a new #FlSettingsPlugin
33
*/
34
FlSettingsPlugin*
fl_settings_plugin_new
(FlEngine*
engine
);
35
36
/**
37
* fl_settings_plugin_start:
38
* @self: an #FlSettingsPlugin.
39
*
40
* Sends the current settings to the engine and updates when they change.
41
*/
42
void
fl_settings_plugin_start
(FlSettingsPlugin* plugin, FlSettings*
settings
);
43
44
G_END_DECLS
45
46
#endif
// FLUTTER_SHELL_PLATFORM_LINUX_FL_SETTINGS_PLUGIN_H_
engine
FlutterEngine engine
Definition:
main.cc:68
FL
FL
Definition:
fl_binary_messenger.cc:27
fl_settings_plugin_start
void fl_settings_plugin_start(FlSettingsPlugin *plugin, FlSettings *settings)
Definition:
fl_settings_plugin.cc:112
fl_settings_plugin_new
FlSettingsPlugin * fl_settings_plugin_new(FlEngine *engine)
Definition:
fl_settings_plugin.cc:94
G_DECLARE_FINAL_TYPE
G_BEGIN_DECLS G_DECLARE_FINAL_TYPE(FlSettingsPlugin, fl_settings_plugin, FL, SETTINGS_PLUGIN, GObject)
gn.compile_sksl_tests.settings
settings
Definition:
compile_sksl_tests.py:18
Generated on Sun Jun 23 2024 21:55:17 for Flutter Engine by
1.9.4