~ubuntu-branches/ubuntu/wily/baobab/wily-proposed

« back to all changes in this revision

Viewing changes to libgd/libgd/gd.h

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2013-05-23 19:36:13 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20130523193613-6wrnnsmgwidm86c3
Tags: 3.8.2-0ubuntu1
* New upstream release (LP: #1181921)
* Use a menu button instead of toolbar items
* Update to the latest libgd and egglistbox
* Add an High Contrast icon
* Use the newest libgd to animate tranistion to and from the results
  page
* Minor bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
G_BEGIN_DECLS
30
30
 
 
31
#include <libgd/gd-types-catalog.h>
 
32
 
31
33
#ifdef LIBGD_GTK_HACKS
32
 
# include <libgd/gd-create-symbolic-icon.h>
 
34
# include <libgd/gd-icon-utils.h>
33
35
# include <libgd/gd-entry-focus-hack.h>
34
36
#endif
35
37
 
36
 
#ifdef LIBGD_MAIN_ICON_VIEW
37
 
# include <libgd/gd-main-icon-view.h>
 
38
#ifdef LIBGD__VIEW_COMMON
38
39
# include <libgd/gd-main-view-generic.h>
 
40
# include <libgd/gd-styled-text-renderer.h>
39
41
# include <libgd/gd-toggle-pixbuf-renderer.h>
40
42
# include <libgd/gd-two-lines-renderer.h>
41
43
#endif
42
44
 
 
45
#ifdef LIBGD_MAIN_ICON_VIEW
 
46
# include <libgd/gd-main-icon-view.h>
 
47
#endif
 
48
 
 
49
#ifdef LIBGD_MAIN_LIST_VIEW
 
50
# include <libgd/gd-main-list-view.h>
 
51
#endif
 
52
 
 
53
#ifdef LIBGD_MAIN_VIEW
 
54
# include <libgd/gd-main-view.h>
 
55
#endif
 
56
 
43
57
#ifdef LIBGD_MAIN_TOOLBAR
44
58
# include <libgd/gd-main-toolbar.h>
45
59
#endif
46
60
 
 
61
#ifdef LIBGD_HEADER_BAR
 
62
# include <libgd/gd-header-bar.h>
 
63
#endif
 
64
 
 
65
#ifdef LIBGD__HEADER_BUTTON
 
66
# include <libgd/gd-header-button.h>
 
67
#endif
 
68
 
47
69
#ifdef LIBGD_MARGIN_CONTAINER
48
70
# include <libgd/gd-margin-container.h>
49
71
#endif
52
74
# include <libgd/gd-tagged-entry.h>
53
75
#endif
54
76
 
 
77
#ifdef LIBGD_NOTIFICATION
 
78
# include <libgd/gd-notification.h>
 
79
#endif
 
80
 
 
81
#ifdef LIBGD_REVEALER
 
82
# include <libgd/gd-revealer.h>
 
83
#endif
 
84
 
 
85
#ifdef LIBGD_STACK
 
86
# include <libgd/gd-stack.h>
 
87
# include <libgd/gd-stack-switcher.h>
 
88
#endif
 
89
 
55
90
G_END_DECLS
56
91
 
57
92
#endif /* __GD_H__ */