aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-09-23 14:21:43 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-09-23 14:21:43 -0400
commit3b23bd865163bbcf8919852496f9dfa789e15e28 (patch)
tree370333616b6750d74eac741a833a08dcc464d0d9 /src/textadept.h
parenta81e3dc27042481b6f401801d8f2c14004d5b879 (diff)
downloadtextadept-3b23bd865163bbcf8919852496f9dfa789e15e28.tar.gz
textadept-3b23bd865163bbcf8919852496f9dfa789e15e28.zip
Renamed l_handle_signal to l_handle_event.
Diffstat (limited to 'src/textadept.h')
-rw-r--r--src/textadept.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/textadept.h b/src/textadept.h
index f34c2655..5f9b62c1 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -66,10 +66,9 @@ void l_goto_scintilla_buffer(GtkWidget *editor, int n, bool absolute=true);
void l_set_buffer_global(ScintillaObject *sci);
void l_handle_error(lua_State *lua, const char *errmsg=0);
-bool l_handle_signal(const char *s);
-bool l_handle_signal(const char *s, const char *arg);
+bool l_handle_event(const char *e);
+bool l_handle_event(const char *e, const char *arg);
bool l_handle_keypress(int keyval, GdkEventKey *event);
-void l_handle_completion(const char *command);
void l_handle_scnnotification(SCNotification *n);
void l_ta_command(const char *command);