webview 0.12.0
A tiny cross-platform webview library for C/C++ to build modern cross-platform GUIs.
Loading...
Searching...
No Matches
webview_version_t Struct Reference

Holds the elements of a MAJOR.MINOR.PATCH version number. More...

#include <webview.h>

Public Attributes

unsigned int major
 Major version.
unsigned int minor
 Minor version.
unsigned int patch
 Patch version.

Detailed Description

Holds the elements of a MAJOR.MINOR.PATCH version number.

Member Data Documentation

◆ major

unsigned int webview_version_t::major

Major version.

◆ minor

unsigned int webview_version_t::minor

Minor version.

◆ patch

unsigned int webview_version_t::patch

Patch version.