hexchat_plugin

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct hexchat_plugin {}

Members

Variables

hexchat_command
void function(hexchat_plugin* ph, const char* command) hexchat_command;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_commandf
void function(hexchat_plugin* ph, const char* format, ...) hexchat_commandf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_emit_print
int function(hexchat_plugin* ph, const char* event_name, ...) hexchat_emit_print;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_find_context
hexchat_context* function(hexchat_plugin* ph, const char* servname, const char* channel) hexchat_find_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_free
void function(hexchat_plugin* ph, void* ptr) hexchat_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_get_context
hexchat_context* function(hexchat_plugin* ph) hexchat_get_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_get_info
char* function(hexchat_plugin* ph, const char* id) hexchat_get_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_get_prefs
int function(hexchat_plugin* ph, const char* name, const char** string, int* integer) hexchat_get_prefs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_gettext
char* function(hexchat_plugin* ph, const char* msgid) hexchat_gettext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_hook_command
hexchat_hook* function(hexchat_plugin* ph, const char* name, int pri, hexchat_cmd_cb callback, const char* help_text, void* userdata) hexchat_hook_command;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_hook_fd
hexchat_hook* function(hexchat_plugin* ph, int fd, int flags, hexchat_fd_cb callback, void* userdata) hexchat_hook_fd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_hook_print
hexchat_hook* function(hexchat_plugin* ph, const char* name, int pri, hexchat_print_cb callback, void* userdata) hexchat_hook_print;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_hook_server
hexchat_hook* function(hexchat_plugin* ph, const char* name, int pri, hexchat_cmd_cb callback, void* userdata) hexchat_hook_server;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_hook_timer
hexchat_hook* function(hexchat_plugin* ph, int timeout, hexchat_timer_cb callback, void* userdata) hexchat_hook_timer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_list_fields
char** function(hexchat_plugin* ph, const char* name) hexchat_list_fields;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_list_free
void function(hexchat_plugin* ph, hexchat_list* xlist) hexchat_list_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_list_get
hexchat_list* function(hexchat_plugin* ph, const char* name) hexchat_list_get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_list_int
int function(hexchat_plugin* ph, hexchat_list* xlist, const char* name) hexchat_list_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_list_next
int function(hexchat_plugin* ph, hexchat_list* xlist) hexchat_list_next;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_list_str
char* function(hexchat_plugin* ph, hexchat_list* xlist, const char* name) hexchat_list_str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_list_time
time_t function(hexchat_plugin* ph, hexchat_list* xlist, const char* name) hexchat_list_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_nickcmp
int function(hexchat_plugin* ph, const char* s1, const char* s2) hexchat_nickcmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_plugingui_add
void* function(hexchat_plugin* ph, const char* filename, const char* name, const char* desc, const char* _version, char* reserved) hexchat_plugingui_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_plugingui_remove
void function(hexchat_plugin* ph, void* handle) hexchat_plugingui_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_print
void function(hexchat_plugin* ph, const char* text) hexchat_print;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_printf
void function(hexchat_plugin* ph, const char* format, ...) hexchat_printf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_read_fd
int function(hexchat_plugin* ph, void* src, char* buf, int* len) hexchat_read_fd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_send_modes
void function(hexchat_plugin* ph, const char** targets, int ntargets, int modes_per_line, char sign, char mode) hexchat_send_modes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_set_context
int function(hexchat_plugin* ph, hexchat_context* ctx) hexchat_set_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_strip
char* function(hexchat_plugin* ph, const char* str, int len, int flags) hexchat_strip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hexchat_unhook
void* function(hexchat_plugin* ph, hexchat_hook* hook) hexchat_unhook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta