~mterry/ubuntu/natty/gnome-shell/wip

« back to all changes in this revision

Viewing changes to src/st/st-enum-types.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-10-12 22:44:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091012224400-k91p42yvou07i525
Tags: 2.28.0-0ubuntu1
* New upstream version
* debian/control:
  - updated build requirement
* debian/patches/80_git_change_fix_alt_tab_ressource_usage.patch:
  - git change to fix ressources not being freed on alt-tab

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*** BEGIN file-header ***/
 
2
#if !defined(ST_H_INSIDE) && !defined(ST_COMPILATION)
 
3
#error "Only <st/st.h> can be included directly.h"
 
4
#endif
 
5
 
 
6
#ifndef __ST_ENUM_TYPES_H__
 
7
#define __ST_ENUM_TYPES_H__
 
8
 
 
9
#include <glib-object.h>
 
10
 
 
11
G_BEGIN_DECLS
 
12
 
 
13
/*** END file-header ***/
 
14
 
 
15
/*** BEGIN file-production ***/
 
16
/* enumerations from "@filename@" */
 
17
/*** END file-production ***/
 
18
 
 
19
/*** BEGIN file-tail ***/
 
20
G_END_DECLS
 
21
 
 
22
#endif /* !__ST_ENUM_TYPES_H__ */
 
23
/*** END file-tail ***/
 
24
 
 
25
/*** BEGIN value-header ***/
 
26
GType @enum_name@_get_type (void) G_GNUC_CONST;
 
27
#define ST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
 
28
 
 
29
/*** END value-header ***/