~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

Viewing changes to src/goocanvas/src/goocanvasatk.h

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * GooCanvas. Copyright (C) 2005 Damon Chaplin.
 
3
 * Released under the GNU LGPL license. See COPYING for details.
 
4
 *
 
5
 * goocanvasatk.h - the accessibility code.
 
6
 */
 
7
#ifndef __GOO_CANVAS_ATK_H__
 
8
#define __GOO_CANVAS_ATK_H__
 
9
 
 
10
#include <gtk/gtk.h>
 
11
 
 
12
 
 
13
G_BEGIN_DECLS
 
14
 
 
15
GType    goo_canvas_accessible_factory_get_type  (void) G_GNUC_CONST;
 
16
GType    goo_canvas_item_accessible_factory_get_type  (void) G_GNUC_CONST;
 
17
GType    goo_canvas_widget_accessible_factory_get_type  (void) G_GNUC_CONST;
 
18
 
 
19
 
 
20
G_END_DECLS
 
21
 
 
22
#endif /* __GOO_CANVAS_ATK_H__ */