aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
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
commitcc984ff6b1eaa5a653a85b3dfbb712363170bfec (patch)
tree377e417191115b55288dbdf93a299a38bc7fd2d2 /include
parent8de54ce5954362d9b5eecb0629aeb9daa69cd688 (diff)
downloadscintilla-mirror-cc984ff6b1eaa5a653a85b3dfbb712363170bfec.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')
-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);