summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2015-03-30 20:04:40 +0200
committerChristian Persch <chpe@gnome.org>2015-03-31 12:55:28 +0200
commit299c700c743c7d5dfd14e3b3a21417d9e9f35818 (patch)
treeac5b636773f26f80b5b1a073069b9ca69d08de13 /doc
parent450bf257266c1ec0f380e88a5512743acc6fc863 (diff)
downloadvte-299c700c743c7d5dfd14e3b3a21417d9e9f35818.tar.gz
pty: Remove PTY helper
It's only used for the obsolete [uw]tmp logging. https://bugzilla.gnome.org/show_bug.cgi?id=747046
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/vte-sections.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/reference/vte-sections.txt b/doc/reference/vte-sections.txt
index 8909e4c1..ddd4457c 100644
--- a/doc/reference/vte-sections.txt
+++ b/doc/reference/vte-sections.txt
@@ -58,7 +58,6 @@ vte_terminal_match_remove
vte_terminal_match_remove_all
vte_terminal_match_check
vte_terminal_match_check_event
-vte_terminal_match_set_cursor
vte_terminal_match_set_cursor_type
vte_terminal_match_set_cursor_name
vte_terminal_set_cjk_ambiguous_width
@@ -117,6 +116,9 @@ vte_terminal_get_window_title
vte_terminal_get_current_directory_uri
vte_terminal_get_current_file_uri
+<SUBSECTION Deprecated>
+vte_terminal_match_set_cursor
+
<SUBSECTION Private>
VteCharAttributes
VteTerminalPrivate
@@ -131,7 +133,6 @@ VtePtyError
VtePty
vte_pty_new_sync
vte_pty_new_foreign_sync
-vte_pty_close
vte_pty_child_setup
vte_pty_get_fd
vte_pty_set_size
@@ -154,6 +155,9 @@ VTE_IS_PTY
VTE_IS_PTY_CLASS
VTE_PTY_GET_CLASS
VtePtyClass
+
+<SUBSECTION Deprecated>
+vte_pty_close
</SECTION>
<SECTION>