diff options
author | 2010-06-11 00:24:35 -0400 | |
---|---|---|
committer | 2010-06-11 00:24:35 -0400 | |
commit | 7a4800f05f26067a1cef77e5431256aab4c3d675 (patch) | |
tree | c20a86c11384fd8adb88af3acdd7d7757ebd0555 /src/textadept.h | |
parent | c83387e378f72b303d692d951da841b581b3d453 (diff) | |
download | textadept-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.h | 4 |
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 |