From cc984ff6b1eaa5a653a85b3dfbb712363170bfec Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 13 Dec 2015 23:01:55 +0100 Subject: 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 --- include/ScintillaWidget.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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); -- cgit v1.2.3