KVIrc  4.9.2
DeveloperAPIs
Classes | Typedefs
Plugin.h File Reference
#include "KviModule.h"
#include "KviPointerHashTable.h"
#include <QLibrary>

Go to the source code of this file.

Classes

class  Plugin
 
class  PluginManager
 

Typedefs

typedef int(* plugin_canunload )()
 
typedef int(* plugin_free )(char *pBuffer)
 
typedef int(* plugin_function )(int argc, char *argv[], char **buffer)
 
typedef int(* plugin_load )()
 
typedef int(* plugin_unload )()
 

Typedef Documentation

typedef int(* plugin_canunload)()
typedef int(* plugin_free)(char *pBuffer)
typedef int(* plugin_function)(int argc, char *argv[], char **buffer)
typedef int(* plugin_load)()
typedef int(* plugin_unload)()