aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-09-30 16:41:55 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-09-30 16:41:55 +1000
commit9b2bb2836d00919aa6ac0bb295772ff4cde35d16 (patch)
tree0aa5476b4b78fe3ae035ebaa1af485c6657e2b07 /doc/ScintillaDoc.html
parentdeb3e4c0f34a483a3cb5daa3009da5cdead45e6a (diff)
downloadscintilla-mirror-9b2bb2836d00919aa6ac0bb295772ff4cde35d16.tar.gz
Added specific type to make it easier to understand.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index faf438753..77473da7c 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -6442,7 +6442,7 @@ implemented and thus which methods may be called.</p>
<p>Notifications are sent using the
<code>WM_NOTIFY</code> message on Windows.</p>
<p>On GTK+, the "sci-notify" signal is sent and the signal handler should have the signature
- <code>handler(GtkWidget *, gint, gpointer notification, gpointer userData)</code>.</p>
+ <code>handler(GtkWidget *, gint, SCNotification *notification, gpointer userData)</code>.</p>
<p>On Cocoa, a delegate implementing the <code>ScintillaNotificationProtocol</code>
may be set to receive notifications or the <code>ScintillaView</code> class may be subclassed and the
<code>notification:</code> method overridden. Overriding <code>notification:</code> allows the