~benji/vte/fixes

« back to all changes in this revision

Viewing changes to .pc/93_add_alt_screen_scroll_toggle.patch/src/vte.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-01-03 16:46:32 UTC
  • mfrom: (1.1.60 upstream)
  • Revision ID: james.westby@ubuntu.com-20110103164632-k0yquwi2cy9c1lxa
Tags: 1:0.27.3-0ubuntu1
* New upstream version
* debian/libvte-common.install:
  - Add new gsettings schema
* debian/patches/fix_gtk3_api_changes.patch:
  - Dropped, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
4409
4409
/**
4410
4410
 * vte_terminal_feed:
4411
4411
 * @terminal: a #VteTerminal
4412
 
 * @data: (array length=length zero-terminated=0) (element-type uint8): a string in the terminal's current encoding
 
4412
 * @data: a string in the terminal's current encoding
4413
4413
 * @length: the length of the string
4414
4414
 *
4415
4415
 * Interprets @data as if it were data received from a child process.  This
4612
4612
/**
4613
4613
 * vte_terminal_feed_child:
4614
4614
 * @terminal: a #VteTerminal
4615
 
 * @text: (array length=length zero-terminated=maybe) (element-type uint8): data to send to the child
 
4615
 * @text: data to send to the child
4616
4616
 * @length: length of @text in bytes, or -1 if @text is NUL-terminated
4617
4617
 *
4618
4618
 * Sends a block of UTF-8 text to the child as if it were entered by the user
4634
4634
/**
4635
4635
 * vte_terminal_feed_child_binary:
4636
4636
 * @terminal: a #VteTerminal
4637
 
 * @data: (array length=length zero-terminated=0) (element-type uint8): data to send to the child
 
4637
 * @data: data to send to the child
4638
4638
 * @length: length of @data
4639
4639
 *
4640
4640
 * Sends a block of binary data to the child.