~ubuntu-branches/ubuntu/saucy/gnome-clocks/saucy-proposed

« back to all changes in this revision

Viewing changes to libgd/libgd/gd-types-catalog.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jeremy Bicha, Andreas Henriksson
  • Date: 2013-06-17 23:06:05 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130617230605-0f2b1s4fz0fefk17
Tags: 3.8.2-1
[ Jeremy Bicha ]
* New upstream release
* debian/control.in:
  - Drop alternate build-depends on valac-0.18 since it's no longer in
    Debian and unnecessary

[ Andreas Henriksson ]
* Add missing Licence field to debian/copyright as required
  by the spec for machine readable copyright file. Thanks lintian.
* Drop "Added runtime dependency to libgweather-common"
  - libgweather-3-3 has been fixed to depend on newer libgweather-common

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_TYPES_CATALOG_H__
 
21
#define __GD_TYPES_CATALOG_H__
 
22
 
 
23
#include <glib-object.h>
 
24
 
 
25
G_BEGIN_DECLS
 
26
 
 
27
void gd_ensure_types (void);
 
28
 
 
29
G_END_DECLS
 
30
 
 
31
#endif /* __GD_TYPES_CATALOG_H__ */