~debian-bazaar/+junk/anjuta-bzr-debian

« back to all changes in this revision

Viewing changes to src/bzr-remove-menu.h

  • Committer: Jelmer Vernooij
  • Date: 2008-11-10 19:13:03 UTC
  • mfrom: (60.1.117 trunk)
  • Revision ID: jelmer@samba.org-20081110191303-gh3te5q0bq9owqbm
Merge new upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 
2
/*
 
3
 * Anjuta
 
4
 * Copyright (C) William Fagan 2008 
 
5
 *
 
6
 * Portions based on the Subversion plugin
 
7
 * Copyright (C) James Liggett 2007
 
8
 * Copyright (C) Johannes Schmid 2005
 
9
 *
 
10
 * Anjuta is free software.
 
11
 * 
 
12
 * You may redistribute it and/or modify it under the terms of the
 
13
 * GNU General Public License, as published by the Free Software
 
14
 * Foundation; either version 2 of the License, or (at your option)
 
15
 * any later version.
 
16
 * 
 
17
 * Anjuta is distributed in the hope that it will be useful,
 
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
20
 * See the GNU General Public License for more details.
 
21
 * 
 
22
 * You should have received a copy of the GNU General Public License
 
23
 * along with Anjuta.  If not, write to:
 
24
 *      The Free Software Foundation, Inc.,
 
25
 *      51 Franklin Street, Fifth Floor
 
26
 *      Boston, MA  02110-1301, USA.
 
27
 */
 
28
 
 
29
 
 
30
#ifndef _BZR_REMOVE_MENU_H
 
31
#define _BZR_REMOVE_MENU_H
 
32
 
 
33
#include <gtk/gtkaction.h>
 
34
#include "bzr-plugin.h"
 
35
 
 
36
void bzr_remove_menu_clicked (GtkAction *action, BzrPlugin *plugin);
 
37
void bzr_remove_menu_set_sensitive (AnjutaPlugin *plugin);
 
38
void bzr_remove_menu_set_insensitive (AnjutaPlugin *plugin);
 
39
 
 
40
#endif /* _BZR_REMOVE_MENU_H_ */