~ubuntu-branches/ubuntu/maverick/vte/maverick-updates

« back to all changes in this revision

Viewing changes to src/vte.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-09-18 10:53:12 UTC
  • mto: (3.2.1 sid) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20070918105312-3c89syrd5q6wyn5f
Tags: upstream-0.16.9
ImportĀ upstreamĀ versionĀ 0.16.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        void (*text_inserted)(VteTerminal* terminal);
92
92
        void (*text_deleted)(VteTerminal* terminal);
93
93
        void (*text_scrolled)(VteTerminal* terminal, gint delta);
 
94
        void (*copy_clipboard)(VteTerminal* terminal);
 
95
        void (*paste_clipboard)(VteTerminal* terminal);
94
96
 
95
97
        /* Padding for future expansion. */
96
98
        void (*vte_reserved1)(void);
97
99
        void (*vte_reserved2)(void);
98
100
        void (*vte_reserved3)(void);
99
101
        void (*vte_reserved4)(void);
100
 
        void (*vte_reserved5)(void);
101
 
        void (*vte_reserved6)(void);
102
102
 
103
103
        /*< private > */
104
104
        /* Signals we might emit. */