From 7a4800f05f26067a1cef77e5431256aab4c3d675 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 11 Jun 2010 00:24:35 -0400 Subject: Renamed textadept.events to events, renamed 'handle' and 'add_handler'. --- src/textadept.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/textadept.h') 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 -- cgit v1.2.3