aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaWidget.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2015-12-13 23:01:55 +0100
committerThomas Martitz <kugel@rockbox.org>2015-12-13 23:01:55 +0100
commitf731523ba185e94af6734102332168487c14730f (patch)
treef1623a8babc45069b0198604bcce248441fe4db2 /include/ScintillaWidget.h
parent312ccef24f7faaff3ba8dae178c915374ab6677f (diff)
downloadscintilla-mirror-f731523ba185e94af6734102332168487c14730f.tar.gz
Fix issues raised by review and some more
- remove any notion of deprecation of legacy symbol names - make sure typelib search path is set for test program - add separate test target to test/gi/makefile - improve g-ir-scanner call command line - fixed gtk2 support of test test/gi/gi-test.py
Diffstat (limited to 'include/ScintillaWidget.h')
-rw-r--r--include/ScintillaWidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h
index 37bb2ecbe..87c70917c 100644
--- a/include/ScintillaWidget.h
+++ b/include/ScintillaWidget.h
@@ -46,8 +46,7 @@ GtkWidget* scintilla_object_new (void);
long scintilla_object_send_message (ScintillaObject *sci, unsigned int iMessage, guintptr wParam, gintptr lParam);
#ifndef G_IR_SCANNING
-/* The following declarations are preserved for compatibility reasons. However, they confuse
- * the g-ir-scanner program */
+/* The legacy names confuse the g-ir-scanner program */
typedef struct _ScintillaClass ScintillaClass;
GType scintilla_get_type (void);