~strycore/ubuntu/vivid/gnome-weather/fix-for-1456400

« back to all changes in this revision

Viewing changes to libgd/libgd/gd.h

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-12-20 18:32:08 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20141220183208-e2895ntfyv23x1m3
Tags: 3.14.1-0ubuntu1
* New upstream release.
* Fix a typo in watch file
* Change binary to arch: all
* Update d/copyright for this release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright (c) 2012 Red Hat, Inc.
3
 
 *
4
 
 * This program is free software; you can redistribute it and/or modify
5
 
 * it under the terms of the GNU Lesser General Public License as published by
6
 
 * the Free Software Foundation; either version 2 of the License, or (at your
7
 
 * option) any later version.
8
 
 *
9
 
 * This program is distributed in the hope that it will be useful, but
10
 
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11
 
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
12
 
 * License for more details.
13
 
 *
14
 
 * You should have received a copy of the GNU Lesser General Public License
15
 
 * along with this program; if not, write to the Free Software Foundation,
16
 
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17
 
 *
18
 
 */
19
 
 
20
 
#ifndef __GD_H__
21
 
#define __GD_H__
22
 
 
23
 
#ifdef HAVE_CONFIG_H
24
 
# include <config.h>
25
 
#endif
26
 
 
27
 
#include <glib-object.h>
28
 
 
29
 
G_BEGIN_DECLS
30
 
 
31
 
#include <libgd/gd-types-catalog.h>
32
 
 
33
 
#ifdef LIBGD_GTK_HACKS
34
 
# include <libgd/gd-icon-utils.h>
35
 
# include <libgd/gd-entry-focus-hack.h>
36
 
#endif
37
 
 
38
 
#ifdef LIBGD__VIEW_COMMON
39
 
# include <libgd/gd-main-view-generic.h>
40
 
# include <libgd/gd-styled-text-renderer.h>
41
 
# include <libgd/gd-two-lines-renderer.h>
42
 
#endif
43
 
 
44
 
#ifdef LIBGD_MAIN_ICON_VIEW
45
 
# include <libgd/gd-main-icon-view.h>
46
 
# include <libgd/gd-toggle-pixbuf-renderer.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
 
 
57
 
#ifdef LIBGD_MAIN_TOOLBAR
58
 
# include <libgd/gd-main-toolbar.h>
59
 
#endif
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
 
 
69
 
#ifdef LIBGD_MARGIN_CONTAINER
70
 
# include <libgd/gd-margin-container.h>
71
 
#endif
72
 
 
73
 
#ifdef LIBGD_TAGGED_ENTRY
74
 
# include <libgd/gd-tagged-entry.h>
75
 
#endif
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
 
 
90
 
G_END_DECLS
91
 
 
92
 
#endif /* __GD_H__ */