diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-01-18 16:43:16 +0000 |
---|---|---|
committer | Chris Wilson <cpwilson@src.gnome.org> | 2007-01-18 16:43:16 +0000 |
commit | 581c8626bc17fb1b4e47774b59d927f1154f2c92 (patch) | |
tree | d5776be788ee6bd00a6a7f399649b2ddb121bf7b /python | |
parent | d04bb3e3fa59f8b1b6fc690513e282110caf077b (diff) |
Add missing export of vte_terminal_get_text_include_trailing_spaces,
2007-01-18 Chris Wilson <chris@chris-wilson.co.uk>
Add missing export of vte_terminal_get_text_include_trailing_spaces,
needed for building a simple testcase for Bug 397724.
vte.defs needs a bit of love...
* python/vte.defs:
Add (get_text_include_trailing_spaces)
svn path=/trunk/; revision=1461
Diffstat (limited to 'python')
-rw-r--r-- | python/vte.defs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/vte.defs b/python/vte.defs index b8374a8..c9cf75c 100644 --- a/python/vte.defs +++ b/python/vte.defs @@ -508,6 +508,15 @@ ) ) +(define-method get_text_include_trailing_spaces + (of-object "VteTerminal") + (c-name "vte_terminal_get_text_include_trailing_spaces") + (return-type "char*") + (parameters + '("gboolean(*" "is_selected") + ) +) + (define-method get_text_range (of-object "VteTerminal") (c-name "vte_terminal_get_text_range") |