aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-06-11 00:24:35 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-06-11 00:24:35 -0400
commit7a4800f05f26067a1cef77e5431256aab4c3d675 (patch)
treec20a86c11384fd8adb88af3acdd7d7757ebd0555 /src/textadept.h
parentc83387e378f72b303d692d951da841b581b3d453 (diff)
downloadtextadept-7a4800f05f26067a1cef77e5431256aab4c3d675.tar.gz
textadept-7a4800f05f26067a1cef77e5431256aab4c3d675.zip
Renamed textadept.events to events, renamed 'handle' and 'add_handler'.
Diffstat (limited to 'src/textadept.h')
-rw-r--r--src/textadept.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textadept.h b/src/textadept.h
index 0ec59dff..74db23d0 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -54,8 +54,8 @@ void l_remove_scintilla_buffer(sptr_t);
void l_goto_scintilla_buffer(GtkWidget *, int, int);
void l_set_buffer_global(GtkWidget *);
-int l_handle_event(const char *, ...);
-void l_handle_scnnotification(struct SCNotification *);
+int l_emit_event(const char *, ...);
+void l_emit_scnnotification(struct SCNotification *);
void l_ta_popup_context_menu(GdkEventButton *);
#endif