~ubuntu-branches/ubuntu/utopic/almanah/utopic-proposed

« back to all changes in this revision

Viewing changes to src/widgets/eggwrapbox-enums.h

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-09-20 17:22:17 UTC
  • mfrom: (1.3.5) (10.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20130920172217-m0ihvom627502smz
Tags: 0.10.8-2
Upload to unstable (Closes: #722029)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
 
 
4
#ifndef EGG_WRAPBOX_ENUMS_H_
 
5
#define EGG_WRAPBOX_ENUMS_H_
 
6
 
 
7
#include <glib-object.h>
 
8
 
 
9
G_BEGIN_DECLS
 
10
 
 
11
/* enumerations from eggwrapbox.h */
 
12
GType egg_wrap_allocation_mode_get_type (void) G_GNUC_CONST;
 
13
#define EGG_TYPE_WRAP_ALLOCATION_MODE (egg_wrap_allocation_mode_get_type())
 
14
GType egg_wrap_box_spreading_get_type (void) G_GNUC_CONST;
 
15
#define EGG_TYPE_WRAP_BOX_SPREADING (egg_wrap_box_spreading_get_type())
 
16
GType egg_wrap_box_packing_get_type (void) G_GNUC_CONST;
 
17
#define EGG_TYPE_WRAP_BOX_PACKING (egg_wrap_box_packing_get_type())
 
18
G_END_DECLS
 
19
 
 
20
#endif /* EGG_WRAPBOX_ENUMS_H_ */
 
21
 
 
22
 
 
23