KVIrc 5.2.6
Developer APIs
libkvipythoncore.cpp File Reference
#include <functional>
#include <memory>
#include <unordered_map>
#include <utility>
#include "kvi_settings.h"
#include "KviModule.h"
#include "KviLocale.h"
#include "KviRegExp.h"

Functions

template<typename T>
T * castFromModParam (void *p)
 
static bool pythoncore_module_can_unload (KviModule *)
 
static bool pythoncore_module_cleanup (KviModule *)
 
static bool pythoncore_module_ctrl (KviModule *, const char *cmd, void *param)
 
static bool pythoncore_module_init (KviModule *)
 

Function Documentation

◆ castFromModParam()

template<typename T>
T * castFromModParam ( void * p)

References p.

Referenced by pythoncore_module_ctrl().

◆ pythoncore_module_can_unload()

static bool pythoncore_module_can_unload ( KviModule * )
static

◆ pythoncore_module_cleanup()

static bool pythoncore_module_cleanup ( KviModule * )
static

◆ pythoncore_module_ctrl()

static bool pythoncore_module_ctrl ( KviModule * ,
const char * cmd,
void * param )
static

◆ pythoncore_module_init()

static bool pythoncore_module_init ( KviModule * )
static