~ubuntu-branches/debian/wheezy/avant-window-navigator/wheezy

« back to all changes in this revision

Viewing changes to libawn/awn-enum-types.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2008-05-24 14:42:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080524144201-r3v8e4g2hv2q1i9x
Tags: 0.2.6-6
* debian/patches/04-fix-colormap.patch
 - Fix crash in awn-manager if colormap == None. Thanks Emme for the 
   patch. (Closes: #482030) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
GType awn_cairo_round_corners_get_type (void) G_GNUC_CONST;
17
17
#define AWN_TYPE_CAIRO_ROUND_CORNERS (awn_cairo_round_corners_get_type())
18
18
 
 
19
/* enumerations from "awn-config-client.h" */
 
20
GType awn_config_value_type_get_type (void) G_GNUC_CONST;
 
21
#define AWN_TYPE_CONFIG_VALUE_TYPE (awn_config_value_type_get_type())
 
22
 
 
23
GType awn_config_list_type_get_type (void) G_GNUC_CONST;
 
24
#define AWN_TYPE_CONFIG_LIST_TYPE (awn_config_list_type_get_type())
 
25
 
19
26
/* enumerations from "awn-effects.h" */
20
27
GType awn_effect_get_type (void) G_GNUC_CONST;
21
28
#define AWN_TYPE_EFFECT (awn_effect_get_type())
23
30
GType awn_effect_sequence_get_type (void) G_GNUC_CONST;
24
31
#define AWN_TYPE_EFFECT_SEQUENCE (awn_effect_sequence_get_type())
25
32
 
 
33
/* enumerations from "awn-vfs.h" */
 
34
GType awn_vfs_monitor_event_get_type (void) G_GNUC_CONST;
 
35
#define AWN_TYPE_VFS_MONITOR_EVENT (awn_vfs_monitor_event_get_type())
 
36
 
 
37
GType awn_vfs_monitor_type_get_type (void) G_GNUC_CONST;
 
38
#define AWN_TYPE_VFS_MONITOR_TYPE (awn_vfs_monitor_type_get_type())
 
39
 
26
40
G_END_DECLS
27
41
 
28
42
#endif /* !__AWN_ENUM_TYPES_H__ */