diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ScintillaWidget.h | 3 |
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); |