KVIrc  4.9.2
DeveloperAPIs
Functions
libkvipythoncore.cpp File Reference
#include <functional>
#include <memory>
#include <unordered_map>
#include <utility>
#include "kvi_settings.h"
#include "KviModule.h"
#include "KviLocale.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

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

References p.

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