File: gedit-app-x11.h

package info (click to toggle)
gedit 3.30.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 35,836 kB
  • sloc: ansic: 48,529; python: 6,973; xml: 5,967; sh: 5,043; makefile: 1,240; perl: 30
file content (38 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
 * gedit-app-x11.h
 * This file is part of gedit
 *
 * Copyright (C) 2010 - Jesse van den Kieboom
 *
 * gedit is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * gedit is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with gedit; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor,
 * Boston, MA  02110-1301  USA
 */

#ifndef GEDIT_APP_X11_H
#define GEDIT_APP_X11_H

#include "gedit-app.h"

G_BEGIN_DECLS

#define GEDIT_TYPE_APP_X11		(gedit_app_x11_get_type ())

G_DECLARE_FINAL_TYPE (GeditAppX11, gedit_app_x11, GEDIT, APP_X11, GeditApp)

G_END_DECLS

#endif /* GEDIT_APP_X11_H */

/* ex:set ts=8 noet: */