~jbicha/ubuntu/oneiric/gnome-shell/oneiric-3.2.2.1

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-07-20 14:46:28 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20110720144628-ipirjtz8od4uktpg
Tags: 3.1.3-0ubuntu1
* New upstream release
* debian/control.in:
  - Update dependency versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
G_BEGIN_DECLS
14
14
 
15
 
/* enumerations from "st/st-button.h" */
 
15
/* enumerations from "./st/st-button.h" */
16
16
GType st_button_mask_get_type (void) G_GNUC_CONST;
17
17
#define ST_TYPE_BUTTON_MASK (st_button_mask_get_type())
18
18
 
19
 
/* enumerations from "st/st-table.h" */
 
19
/* enumerations from "./st/st-table.h" */
20
20
GType st_table_child_options_get_type (void) G_GNUC_CONST;
21
21
#define ST_TYPE_TABLE_CHILD_OPTIONS (st_table_child_options_get_type())
22
22
 
23
 
/* enumerations from "st/st-texture-cache.h" */
 
23
/* enumerations from "./st/st-texture-cache.h" */
24
24
GType st_texture_cache_policy_get_type (void) G_GNUC_CONST;
25
25
#define ST_TYPE_TEXTURE_CACHE_POLICY (st_texture_cache_policy_get_type())
26
26
 
27
 
/* enumerations from "st/st-theme-node.h" */
 
27
/* enumerations from "./st/st-theme-node.h" */
28
28
GType st_side_get_type (void) G_GNUC_CONST;
29
29
#define ST_TYPE_SIDE (st_side_get_type())
30
30
 
40
40
GType st_gradient_type_get_type (void) G_GNUC_CONST;
41
41
#define ST_TYPE_GRADIENT_TYPE (st_gradient_type_get_type())
42
42
 
43
 
/* enumerations from "st/st-types.h" */
 
43
/* enumerations from "./st/st-types.h" */
44
44
GType st_align_get_type (void) G_GNUC_CONST;
45
45
#define ST_TYPE_ALIGN (st_align_get_type())
46
46
 
47
47
GType st_icon_type_get_type (void) G_GNUC_CONST;
48
48
#define ST_TYPE_ICON_TYPE (st_icon_type_get_type())
49
49
 
50
 
/* enumerations from "st/st-widget.h" */
 
50
/* enumerations from "./st/st-widget.h" */
51
51
GType st_text_direction_get_type (void) G_GNUC_CONST;
52
52
#define ST_TYPE_TEXT_DIRECTION (st_text_direction_get_type())
53
53