Go to the source code of this file.
Functions | |
| void | runNews (void) |
| void | setupKeys (void) |
| int | mythplugin_init (const char *libversion) |
| Initializes the plugin. | |
| int | mythplugin_run (void) |
| Runs the plugin. | |
| int | mythplugin_config (void) |
| Plug-in config handler, does nothing. | |
| void runNews | ( | void | ) |
Definition at line 60 of file mythplugins/mythnews/mythnews/main.cpp.
Referenced by mythplugin_run(), and setupKeys().
| void setupKeys | ( | void | ) |
Definition at line 39 of file mythplugins/mythnews/mythnews/main.cpp.
| int mythplugin_init | ( | const char * | libversion | ) |
Initializes the plugin.
| libversion | The mythtv library version. |
Definition at line 48 of file mythplugins/mythnews/mythnews/main.cpp.
| int mythplugin_run | ( | void | ) |
Runs the plugin.
Definition at line 68 of file mythplugins/mythnews/mythnews/main.cpp.
| int mythplugin_config | ( | void | ) |
Plug-in config handler, does nothing.
Definition at line 74 of file mythplugins/mythnews/mythnews/main.cpp.
1.5.5