webOS Userland
Native system APIs for webOS
lgnc_plugin.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include "lgnc_openapi_types.h"
13 
20 
30 int LGNC_PLUGIN_SetAppId(const char *appId);
31 
32 int LGNC_PLUGIN_Finalize();
33 
34 #ifdef __cplusplus
35 }
36 #endif
int LGNC_PLUGIN_Initialize(LGNC_CALLBACKS_T *callbacks)
Initializes as plugin.
int LGNC_PLUGIN_SetAppId(const char *appId)
Set application ID.
Definition: lgnc_openapi_types.h:73