~noskcaj/ubuntu/wily/epiphany-browser/merge

« back to all changes in this revision

Viewing changes to lib/widgets/gedit-enum-types.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-02-27 11:52:17 UTC
  • mto: (1.7.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: james.westby@ubuntu.com-20110227115217-lmwnlaftqli9zm34
Tags: upstream-2.91.90
ImportĀ upstreamĀ versionĀ 2.91.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Generated data (by glib-mkenums) */
 
3
 
 
4
#ifndef __GEDIT_ENUM_TYPES_H__
 
5
#define __GEDIT_ENUM_TYPES_H__
 
6
 
 
7
#include <glib-object.h>
 
8
 
 
9
G_BEGIN_DECLS
 
10
 
 
11
/* Enumerations from "gedit-overlay-child.h" */
 
12
 
 
13
#define GEDIT_TYPE_OVERLAY_CHILD_POSITION       (gedit_overlay_child_position_get_type())
 
14
GType gedit_overlay_child_position_get_type     (void) G_GNUC_CONST;
 
15
 
 
16
G_END_DECLS
 
17
 
 
18
#endif /* __GEDIT_ENUM_TYPES_H__ */
 
19
 
 
20
/* Generated data ends here */
 
21