Flutter Engine
The Flutter Engine
Public Attributes | List of all members
FlutterAddViewResult Struct Reference

#include <embedder.h>

Public Attributes

size_t struct_size
 
bool added
 True if the add view operation succeeded. More...
 
void * user_data
 The |FlutterAddViewInfo.user_data|. More...
 

Detailed Description

Definition at line 868 of file embedder.h.

Member Data Documentation

◆ added

bool FlutterAddViewResult::added

True if the add view operation succeeded.

Definition at line 874 of file embedder.h.

◆ struct_size

size_t FlutterAddViewResult::struct_size

The size of this struct. Must be sizeof(FlutterAddViewResult).

Definition at line 871 of file embedder.h.

◆ user_data

void* FlutterAddViewResult::user_data

The |FlutterAddViewInfo.user_data|.

Definition at line 877 of file embedder.h.


The documentation for this struct was generated from the following file: