comparison libpurple/plugins/tcl/tcl_gaim.h @ 15686:d79c9952f6bb

gaim::plugin Tcl command, thanks to Dossy Shiobara
author Ethan Blanton <elb@pidgin.im>
date Fri, 23 Feb 2007 16:49:32 +0000
parents 5fe8042783c1
children 31a6bfedf7be
comparison
equal deleted inserted replaced
15685:7639029f1bf4 15686:d79c9952f6bb
102 Tcl_ObjCmdProc tcl_cmd_connection; 102 Tcl_ObjCmdProc tcl_cmd_connection;
103 Tcl_ObjCmdProc tcl_cmd_conversation; 103 Tcl_ObjCmdProc tcl_cmd_conversation;
104 Tcl_ObjCmdProc tcl_cmd_core; 104 Tcl_ObjCmdProc tcl_cmd_core;
105 Tcl_ObjCmdProc tcl_cmd_debug; 105 Tcl_ObjCmdProc tcl_cmd_debug;
106 Tcl_ObjCmdProc tcl_cmd_notify; 106 Tcl_ObjCmdProc tcl_cmd_notify;
107 Tcl_ObjCmdProc tcl_cmd_plugins;
107 Tcl_ObjCmdProc tcl_cmd_prefs; 108 Tcl_ObjCmdProc tcl_cmd_prefs;
108 Tcl_ObjCmdProc tcl_cmd_presence; 109 Tcl_ObjCmdProc tcl_cmd_presence;
109 Tcl_ObjCmdProc tcl_cmd_send_im; 110 Tcl_ObjCmdProc tcl_cmd_send_im;
110 Tcl_ObjCmdProc tcl_cmd_signal; 111 Tcl_ObjCmdProc tcl_cmd_signal;
111 Tcl_ObjCmdProc tcl_cmd_status; 112 Tcl_ObjCmdProc tcl_cmd_status;