Flutter Engine
 
Loading...
Searching...
No Matches
mock_renderable.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_TESTING_MOCK_RENDERABLE_H_
6#define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_RENDERABLE_H_
7
9
10G_BEGIN_DECLS
11
12G_DECLARE_FINAL_TYPE(FlMockRenderable,
13 fl_mock_renderable,
14 FL,
15 MOCK_RENDERABLE,
16 GObject)
17
18FlMockRenderable* fl_mock_renderable_new();
19
20G_END_DECLS
21
22#endif // FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_RENDERABLE_H_
G_BEGIN_DECLS G_DECLARE_FINAL_TYPE(FlMockRenderable, fl_mock_renderable, FL, MOCK_RENDERABLE, GObject) FlMockRenderable *fl_mock_renderable_new()