~ubuntu-branches/debian/sid/bijiben/sid

« back to all changes in this revision

Viewing changes to src/bjb-app-menu.h

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2013-03-26 21:19:36 UTC
  • Revision ID: package-import@ubuntu.com-20130326211936-tu8mpy82juohw8m2
Tags: upstream-3.8.0
Import upstream version 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* bjb-app-menu.h
 
2
 * Copyright © 2012, 2013 Pierre-Yves LUYTEN <py@luyten.fr>
 
3
 *
 
4
 * bijiben is free software: you can redistribute it and/or modify it
 
5
 * under the terms of the GNU General Public License as published by the
 
6
 * Free Software Foundation, either version 3 of the License, or
 
7
 * (at your option) any later version.
 
8
 *
 
9
 * bijiben is distributed in the hope that it will be useful, but
 
10
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
12
 * See the GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License along
 
15
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
 */
 
17
 
 
18
#ifndef _APP_MENU_H
 
19
#define _APP_MENU_H
 
20
 
 
21
#include <gtk/gtk.h>
 
22
 
 
23
void show_about_dialog(GtkApplication *app);
 
24
 
 
25
void bjb_app_menu_set(GApplication *application) ;
 
26
 
 
27
 
 
28
 
 
29
#endif /*_APP_MENU_H*/