~ubuntu-branches/ubuntu/vivid/gtkhtml4.0/vivid-proposed

« back to all changes in this revision

Viewing changes to a11y/factory.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Yves-Alexis Perez, Andreas Henriksson
  • Date: 2014-08-23 16:47:20 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140823164720-ftkquzj2jigju79b
Tags: 4.8.4-1
[ Yves-Alexis Perez ]
* Team upload.
* Remove myself from uploaders, this should have been done a long time
  ago.

[ Andreas Henriksson ]
* New upstream release.
* Bump shlibs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  This file is part of the GtkHTML library.
2
 
 *
3
 
 *  Copyright 2002 Ximian, Inc.
4
 
 *
5
 
 *  Author: Radek Doulik
6
 
 *
7
 
 *
8
 
 *  This library is free software; you can redistribute it and/or
9
 
 *  modify it under the terms of the GNU Library General Public
10
 
 *  License as published by the Free Software Foundation; either
11
 
 *  version 2 of the License, or (at your option) any later version.
12
 
 *
13
 
 *  This library is distributed in the hope that it will be useful,
14
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
 
 *  Library General Public License for more details.
17
 
 *
18
 
 *  You should have received a copy of the GNU Library General Public License
19
 
 *  along with this library; see the file COPYING.LIB.  If not, write to
20
 
 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21
 
 *  Boston, MA 02110-1301, USA.
22
 
 */
23
 
 
24
 
#ifndef __GTK_HTML_A11Y_FACTORY_H__
25
 
#define __GTK_HTML_A11Y_FACTORY_H__
26
 
 
27
 
void gtk_html_accessibility_init (void);
28
 
 
29
 
#endif