Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
FlutterRemoveViewResult Struct Reference

#include <embedder.h>

Public Attributes

size_t struct_size
 
bool removed
 True if the remove view operation succeeded.
 
void * user_data
 The |FlutterRemoveViewInfo.user_data|.
 

Detailed Description

Definition at line 914 of file embedder.h.

Member Data Documentation

◆ removed

bool FlutterRemoveViewResult::removed

True if the remove view operation succeeded.

Definition at line 920 of file embedder.h.

◆ struct_size

size_t FlutterRemoveViewResult::struct_size

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

Definition at line 917 of file embedder.h.

◆ user_data

void* FlutterRemoveViewResult::user_data

The |FlutterRemoveViewInfo.user_data|.

Definition at line 923 of file embedder.h.


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