aboutsummaryrefslogtreecommitdiffhomepage
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
commitad3a4043e2781ae4a21aea6d26be770938ea5f0e (patch)
tree8cdbf668ed34d51199ce9981de6d5d31873fd1a4
parentb5ebbef03278917f246e04c4077e180de168749c (diff)
downloadscintilla-mirror-ad3a4043e2781ae4a21aea6d26be770938ea5f0e.tar.gz
Added specific type to make it easier to understand.
-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