~ubuntu-branches/debian/squeeze/vinagre/squeeze

« back to all changes in this revision

Viewing changes to src/vinagre-commands.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-04-09 18:50:14 UTC
  • mfrom: (9.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090409185014-800i3rv260ddnmiy
Tags: 2.24.2-3
* Build-depend on docbook-xml. Closes: #518461.
* Standards version is 3.8.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * vinagre-commands.h
3
3
 * This file is part of vinagre
4
4
 *
5
 
 * Copyright (C) 2007 - Jonh Wendell <wendell@bani.com.br>
 
5
 * Copyright (C) 2007,2008 - Jonh Wendell <wendell@bani.com.br>
6
6
 *
7
7
 * This program is free software; you can redistribute it and/or modify
8
8
 * it under the terms of the GNU General Public License as published by
38
38
                                                 VinagreWindow *window);
39
39
void            vinagre_cmd_machine_take_screenshot (GtkAction     *action,
40
40
                                                     VinagreWindow *window);
 
41
void            vinagre_cmd_machine_send_ctrlaltdel (GtkAction     *action,
 
42
                                                     VinagreWindow *window);
41
43
 
42
44
void            vinagre_cmd_machine_close_all   (GtkAction     *action,
43
45
                                                 VinagreWindow *window);
 
46
void            vinagre_cmd_machine_quit        (GtkAction     *action,
 
47
                                                 VinagreWindow *window);
44
48
 
45
49
void            vinagre_cmd_view_show_toolbar   (GtkAction     *action,
46
50
                                                 VinagreWindow *window);
48
52
                                                 VinagreWindow *window);
49
53
void            vinagre_cmd_view_show_fav_panel (GtkAction     *action,
50
54
                                                 VinagreWindow *window);
 
55
void            vinagre_cmd_view_scaling        (GtkAction     *action,
 
56
                                                 VinagreWindow *window);
51
57
void            vinagre_cmd_view_fullscreen     (GtkAction     *action,
52
58
                                                 VinagreWindow *window);
 
59
void            vinagre_cmd_view_readonly       (GtkAction     *action,
 
60
                                                 VinagreWindow *window);
53
61
 
54
62
void            vinagre_cmd_open_bookmark       (VinagreWindow     *window,
55
63
                                                 VinagreConnection *conn);
72
80
G_END_DECLS
73
81
 
74
82
#endif /* __VINAGRE_COMMANDS_H__ */ 
75
 
/* vim: ts=8 */
 
83
/* vim: set ts=8: */