diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-30 16:41:55 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-09-30 16:41:55 +1000 |
commit | ad3a4043e2781ae4a21aea6d26be770938ea5f0e (patch) | |
tree | 8cdbf668ed34d51199ce9981de6d5d31873fd1a4 | |
parent | b5ebbef03278917f246e04c4077e180de168749c (diff) | |
download | scintilla-mirror-ad3a4043e2781ae4a21aea6d26be770938ea5f0e.tar.gz |
Added specific type to make it easier to understand.
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
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 |