Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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.
 
void * user_data
 The |FlutterAddViewInfo.user_data|.
 

Detailed Description

Definition at line 866 of file embedder.h.

Member Data Documentation

◆ added

bool FlutterAddViewResult::added

True if the add view operation succeeded.

Definition at line 872 of file embedder.h.

◆ struct_size

size_t FlutterAddViewResult::struct_size

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

Definition at line 869 of file embedder.h.

◆ user_data

void* FlutterAddViewResult::user_data

The |FlutterAddViewInfo.user_data|.

Definition at line 875 of file embedder.h.


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