MythTV  master
mythpluginapi.h
Go to the documentation of this file.
1 #ifndef MYTHPLUGINAPI_H_
2 #define MYTHPLUGINAPI_H_
3 
5 #include "libmythbase/mythplugin.h" // for MythPluginType
6 
7 extern "C"
8 {
9  MPLUGIN_PUBLIC int mythplugin_init(const char *libversion);
14 
15 }
16 
17 #endif // MYTHPLUGINAPI_H_
mythplugin.h
mythpluginexport.h
mythplugin_init
MPLUGIN_PUBLIC int mythplugin_init(const char *libversion)
Definition: mytharchive.cpp:346
MPLUGIN_PUBLIC
#define MPLUGIN_PUBLIC
Definition: mythpluginexport.h:9
MythPluginType
MythPluginType
Definition: mythplugin.h:18
mythplugin_type
MPLUGIN_PUBLIC MythPluginType mythplugin_type()
mythplugin_destroy
MPLUGIN_PUBLIC void mythplugin_destroy()
Definition: mythmusic.cpp:911
mythplugin_run
MPLUGIN_PUBLIC int mythplugin_run()
Definition: mytharchive.cpp:373
mythplugin_config
MPLUGIN_PUBLIC int mythplugin_config()
Definition: mytharchive.cpp:378