~ubuntu-branches/ubuntu/wily/totem-pl-parser/wily

« back to all changes in this revision

Viewing changes to plparse/totem-pl-parser-amz.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-09 13:39:14 UTC
  • mfrom: (1.4.16) (1.5.12 sid)
  • Revision ID: package-import@ubuntu.com-20120309133914-e6iab9fcyg8cmw33
Tags: 3.2.0-1
* New upstream release.
* debian/patches/01-libquvi-0.4.patch: Removed, merged upstream.
* debian/control.in: Bump (Build-)Depends on libglib2.0-dev to (>= 2.31.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
   Copyright (C) 2010 Bastien Nocera <hadess@hadess.net>
 
3
 
 
4
   The Gnome Library is free software; you can redistribute it and/or
 
5
   modify it under the terms of the GNU Library General Public License as
 
6
   published by the Free Software Foundation; either version 2 of the
 
7
   License, or (at your option) any later version.
 
8
 
 
9
   The Gnome Library is distributed in the hope that it will be useful,
 
10
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
12
   Library General Public License for more details.
 
13
 
 
14
   You should have received a copy of the GNU Library General Public
 
15
   License along with the Gnome Library; see the file COPYING.LIB.  If not,
 
16
   write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
17
   Boston, MA 02110-1301  USA.
 
18
 
 
19
   Author: Bastien Nocera <hadess@hadess.net>
 
20
 */
 
21
 
 
22
#ifndef TOTEM_PL_PARSER_AMZ_H
 
23
#define TOTEM_PL_PARSER_AMZ_H
 
24
 
 
25
G_BEGIN_DECLS
 
26
 
 
27
#ifndef TOTEM_PL_PARSER_MINI
 
28
#include "totem-pl-parser.h"
 
29
#include "totem-pl-parser-private.h"
 
30
#include <gio/gio.h>
 
31
#endif /* !TOTEM_PL_PARSER_MINI */
 
32
 
 
33
#ifndef TOTEM_PL_PARSER_MINI
 
34
 
 
35
TotemPlParserResult totem_pl_parser_add_amz (TotemPlParser *parser,
 
36
                                             GFile *file,
 
37
                                             GFile *base_file,
 
38
                                             TotemPlParseData *parse_data,
 
39
                                             gpointer data);
 
40
 
 
41
#endif /* !TOTEM_PL_PARSER_MINI */
 
42
 
 
43
G_END_DECLS
 
44
 
 
45
#endif /* TOTEM_PL_PARSER_AMZ_H */