mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Move G_END_DECLS that was in the wrong place (flutter/engine#18116)
This commit is contained in:
parent
ad134b6eaf
commit
984fddf8af
@ -42,8 +42,6 @@ struct _FlRendererClass {
|
||||
EGLConfig config);
|
||||
};
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
/**
|
||||
* fl_renderer_start:
|
||||
* @renderer: a #FlRenderer
|
||||
@ -111,4 +109,6 @@ guint32 fl_renderer_get_fbo(FlRenderer* renderer);
|
||||
*/
|
||||
gboolean fl_renderer_present(FlRenderer* renderer, GError** error);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_RENDERER_H_
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user