~ubuntu-branches/ubuntu/utopic/indicator-application/utopic

« back to all changes in this revision

Viewing changes to src/app-indicator-enum-types.h.in

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Mathieu Trudel-Lapierre, Didier Roche, Automatic PS uploader
  • Date: 2013-01-11 02:02:09 UTC
  • mfrom: (1.1.45)
  • Revision ID: package-import@ubuntu.com-20130111020209-yk7qyj4wkd2trhxf
Tags: 12.10.1daily13.01.11-0ubuntu1
[ Mathieu Trudel-Lapierre ]
* debian/control:
  - Update style to match other indicator packages.
  - Reorganize Build-Depends for consistency with other indicator packages.
  - Add dh-autoreconf to Build-Depends.
  - Add gnome-common to Build-Depends.
  - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
* debian/rules:
  - Use dh_autoreconf with dh sequencer.
  - Override dh_autoreconf to call autogen.sh and not call configure.
  - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.
* debian/copyright: simplify into one File: stanza.

[ Didier Roche ]
* Automatic snapshot from revision 235 (bootstrap)

[ Automatic PS uploader ]
* Automatic snapshot from revision 237

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*** BEGIN file-header ***/
 
2
/*
 
3
An object to represent the application as an application indicator
 
4
in the system panel.
 
5
 
 
6
Copyright 2009 Canonical Ltd.
 
7
 
 
8
Authors:
 
9
    Ted Gould <ted@canonical.com>
 
10
 
 
11
This program is free software: you can redistribute it and/or modify it 
 
12
under the terms of either or both of the following licenses:
 
13
 
 
14
1) the GNU Lesser General Public License version 3, as published by the 
 
15
   Free Software Foundation; and/or
 
16
2) the GNU Lesser General Public License version 2.1, as published by 
 
17
   the Free Software Foundation.
 
18
 
 
19
This program is distributed in the hope that it will be useful, but 
 
20
WITHOUT ANY WARRANTY; without even the implied warranties of 
 
21
MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR 
 
22
PURPOSE.  See the applicable version of the GNU Lesser General Public 
 
23
License for more details.
 
24
 
 
25
You should have received a copy of both the GNU Lesser General Public 
 
26
License version 3 and version 2.1 along with this program.  If not, see 
 
27
<http://www.gnu.org/licenses/>
 
28
*/
 
29
 
 
30
#ifndef __APP_INDICATOR_ENUM_TYPES_H__
 
31
#define __APP_INDICATOR_ENUM_TYPES_H__
 
32
 
 
33
#include <glib-object.h>
 
34
 
 
35
G_BEGIN_DECLS
 
36
 
 
37
/*** END file-header ***/
 
38
 
 
39
/*** BEGIN file-tail ***/
 
40
 
 
41
G_END_DECLS
 
42
 
 
43
#endif /* __APP_INDICATOR_ENUM_TYPES_H__ */
 
44
/*** END file-tail ***/
 
45
 
 
46
/*** BEGIN file-production ***/
 
47
/* Enumerations from file: "@filename@" */
 
48
/*** END file-production ***/
 
49
 
 
50
/*** BEGIN value-header ***/
 
51
GType @enum_name@_get_type (void) G_GNUC_CONST;
 
52
#define APP_INDICATOR_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
 
53
 
 
54
/*** END value-header ***/