#include "gvcext.h"
Include dependency graph for gvplugin.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | gvplugin_installed_t |
struct | gvplugin_api_t |
struct | gvplugin_library_t |
Defines | |
#define | APIS ELEM(render) ELEM(layout) ELEM(textlayout) ELEM(device) ELEM(loadimage) |
#define | ELEM(x) API_##x, |
Enumerations | |
enum | api_t { _DUMMY_ELEM_ = 0 } |
#define APIS ELEM(render) ELEM(layout) ELEM(textlayout) ELEM(device) ELEM(loadimage) |
Definition at line 41 of file gvplugin.h.
#define ELEM | ( | x | ) | API_##x, |
Definition at line 46 of file gvplugin.h.
enum api_t |