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 
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_
FlView * view
G_BEGIN_DECLS FlViewAccessible * fl_view_get_accessible(FlView *view)
Definition: fl_view.cc:856