[geany/geany] b10b42: Fix a signal parameter documentation
Colomban Wendling
git-noreply at xxxxx
Sat Oct 9 13:47:55 UTC 2021
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sat, 09 Oct 2021 13:47:55 UTC
Commit: b10b42b7e7cdbf38f3e51bc813d2a61936f618cd
https://github.com/geany/geany/commit/b10b42b7e7cdbf38f3e51bc813d2a61936f618cd
Log Message:
-----------
Fix a signal parameter documentation
Modified Paths:
--------------
doc/pluginsignals.c
Modified: doc/pluginsignals.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -227,7 +227,7 @@ signal void (*build_start)(GObject *obj, gpointer user_data);
* @param obj a GeanyObject instance, should be ignored.
* @param word the current word (in UTF-8 encoding) below the cursor position
* where the popup menu will be opened.
- * @param click_pos the cursor position where the popup will be opened.
+ * @param pos the cursor position where the popup will be opened.
* @param doc the current document.
* @param user_data user data.
*/
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list