Ultralight C API 1.3.0
Loading...
Searching...
No Matches
CAPI.h
Go to the documentation of this file.
1/******************************************************************************
2 * This file is a part of Ultralight, an ultra-portable web-browser engine. *
3 * *
4 * See <https://ultralig.ht> for licensing and more. *
5 * *
6 * (C) 2023 Ultralight, Inc. *
7 *****************************************************************************/
8#ifndef ULTRALIGHT_CAPI_H
9#define ULTRALIGHT_CAPI_H
10
11/******************************************************************************
12 * API Note:
13 *
14 * You should only destroy objects that you explicitly create. Do not destroy
15 * any objects returned from the API or callbacks unless otherwise noted.
16 *****************************************************************************/
17
39
40#endif // ULTRALIGHT_CAPI_H
Global config for Ultralight.
Global platform singleton, manages user-defined platform handlers.
Core renderer singleton for the library, coordinates all library functions.
View is a web-page container rendered to an offscreen surface that you display yourself.