Flutter Linux Embedder
fl_view_private.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_VIEW_PRIVATE_H_
6
#define FLUTTER_SHELL_PLATFORM_LINUX_FL_VIEW_PRIVATE_H_
7
8
#include "
flutter/shell/platform/linux/fl_view_accessible.h
"
9
#include "
flutter/shell/platform/linux/public/flutter_linux/fl_view.h
"
10
11
G_BEGIN_DECLS
12
13
/**
14
* fl_view_get_accessible:
15
* @view: an #FlView.
16
*
17
* Get the accessible object for this view.
18
*
19
* Returns: an #FlViewAccessible.
20
*/
21
FlViewAccessible*
fl_view_get_accessible
(FlView*
view
);
22
23
G_END_DECLS
24
25
#endif
// FLUTTER_SHELL_PLATFORM_LINUX_FL_VIEW_PRIVATE_H_
view
FlView * view
Definition:
fl_application.cc:36
fl_view.h
fl_view_accessible.h
fl_view_get_accessible
G_BEGIN_DECLS FlViewAccessible * fl_view_get_accessible(FlView *view)
Definition:
fl_view.cc:856
shell
platform
linux
fl_view_private.h
Generated by
1.9.1