summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2017-04-26 00:05:23 +0200
committerEgmont Koblinger <egmont@gmail.com>2017-04-26 00:05:23 +0200
commit1ae3ae3983598109f8d7b3e97f0db58504402e6a (patch)
tree6329df4c4dbc5ca20b4ad7e92d531b12e6b5a32c
parentd2e38f44ec644f94e79f6aa923da5b57601a47df (diff)
downloadvte-1ae3ae3983598109f8d7b3e97f0db58504402e6a.tar.gz
docs: Fix hyperlink signal name
-rw-r--r--src/vtegtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index 529ad83c..a738221b 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -808,7 +808,7 @@ vte_terminal_class_init(VteTerminalClass *klass)
G_TYPE_NONE, 0);
/**
- * VteTerminal::hyperlink-hover-changed:
+ * VteTerminal::hyperlink-hover-uri-changed:
* @vteterminal: the object which received the signal
* @uri: the nonempty target URI under the mouse, or NULL
* @bbox: the bounding box of the hyperlink anchor text, or NULL