~ubuntu-branches/debian/sid/gnome-terminal/sid

« back to all changes in this revision

Viewing changes to src/terminal-window.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2008-09-18 16:17:00 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080918161700-y5snz7to4pl2c5w3
Tags: 2.22.3-3
01_error_crash.patch: stolen from upstream (r2948). Fixes crash when 
passing incorrect arguments to the command line. Closes: #477259.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
GType terminal_window_get_type (void) G_GNUC_CONST;
54
54
 
55
 
TerminalWindow* terminal_window_new (GConfClient *conf);
 
55
TerminalWindow* terminal_window_new (void);
56
56
 
57
57
void terminal_window_add_screen (TerminalWindow *window,
58
 
                                 TerminalScreen *screen);
 
58
                                 TerminalScreen *screen,
 
59
                                 gint            position);
59
60
 
60
61
void terminal_window_remove_screen (TerminalWindow *window,
61
62
                                    TerminalScreen *screen);
98
99
void terminal_window_set_startup_id (TerminalWindow *window,
99
100
                                     const char     *startup_id);
100
101
 
 
102
gboolean terminal_window_uses_argb_visual (TerminalWindow *window);
 
103
 
101
104
G_END_DECLS
102
105
 
103
106
#endif /* TERMINAL_WINDOW_H */