~ubuntu-branches/ubuntu/natty/vte/natty

« back to all changes in this revision

Viewing changes to src/vtedeprecated.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2010-12-13 17:00:11 UTC
  • mfrom: (1.1.59 upstream)
  • Revision ID: james.westby@ubuntu.com-20101213170011-lp89kb01cvvzlpzq
Tags: 1:0.27.2-0ubuntu1
* fix_gtk3_api_changes.patch:
  - Fix GTK3 API breakage
* debian/control:
  - Drop libvte-bin package, after consulting with Debian
* debian/rules:
  - Use separate libexecdir to put binaries in separate folder
    for the gtk3 version of the library

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
void vte_terminal_set_pty(VteTerminal *terminal, int pty_master);
95
95
int vte_terminal_get_pty(VteTerminal *terminal);
96
96
 
 
97
#if GTK_CHECK_VERSION (2, 91, 2)
 
98
GtkAdjustment *vte_terminal_get_adjustment(VteTerminal *terminal);
 
99
#endif
 
100
 
97
101
G_END_DECLS
98
102
 
99
103
#endif /* !vte_deprecated_h_included */