diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2004-04-30 02:59:39 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2004-04-30 02:59:39 +0000 |
commit | ff40403f43fb72f296dfd3a4237ed69fd61fcdef (patch) | |
tree | 57fb8fe7db1bb0f420860844e12e723166563351 /src | |
parent | 8646f68a8f2b35005082482173b15e5e95b9dc01 (diff) |
documentation updates. note that we just proxy for glib 2.4 child_watch
* src/vte.c, NEWS, doc/reference/vte-sections.txt,
doc/reference/tmpl/vte-unused.sgml: documentation updates.
* doc/reference/tmpl/reaper.sgml: note that we just proxy for glib 2.4
child_watch functionality, if present.
* NEWS: update summary.
Diffstat (limited to 'src')
-rw-r--r-- | src/vte.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1529,7 +1529,7 @@ vte_terminal_match_add(VteTerminal *terminal, const char *match) * vte_terminal_match_set_cursor: * @terminal: a #VteTerminal * @tag: the tag of the regex which should use the specified cursor - * @cursor: the cursor which the terminal should use when the pattern is + * @cursor: the #GdkCursor which the terminal should use when the pattern is * highlighted * * Sets which cursor the terminal will use if the pointer is over the pattern @@ -1555,10 +1555,10 @@ vte_terminal_match_set_cursor(VteTerminal *terminal, int tag, GdkCursor *cursor) } /** - * vte_terminal_match_set_cursor: + * vte_terminal_match_set_cursor_type: * @terminal: a #VteTerminal * @tag: the tag of the regex which should use the specified cursor - * @cursor: a #GdkCursorType + * @cursor_type: a #GdkCursorType * * Sets which cursor the terminal will use if the pointer is over the pattern * specified by @tag. A convenience wrapper for |