~ubuntu-branches/ubuntu/precise/tracker/precise

« back to all changes in this revision

Viewing changes to src/miners/fs/tracker-miner-meego.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-12-04 06:40:28 UTC
  • mfrom: (4.3.21 sid)
  • Revision ID: package-import@ubuntu.com-20111204064028-cqe0x4f4is6nojla
Tags: 0.12.8-1
* New upstream release.
* Update symbols file for libtracker-extract-0.12-0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2010, Nokia <ivan.frade@nokia.com>
 
3
 *
 
4
 * This library is free software; you can redistribute it and/or
 
5
 * modify it under the terms of the GNU General Public
 
6
 * License as published by the Free Software Foundation; either
 
7
 * version 2 of the License, or (at your option) any later version.
 
8
 *
 
9
 * This 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
 * General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public
 
15
 * License along with this library; if not, write to the
 
16
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
17
 * Boston, MA  02110-1301, USA.
 
18
 */
 
19
 
 
20
#ifndef __TRACKER_MINER_FS_MEEGO_H__
 
21
#define __TRACKER_MINER_FS_MEEGO_H__
 
22
 
 
23
G_BEGIN_DECLS
 
24
 
 
25
/* MeeGo general functions */
 
26
gchar *tracker_miner_meego_get_locale (void);
 
27
 
 
28
/* MeeGo application functions */
 
29
gchar *tracker_miner_applications_meego_translate (const gchar  *catalogue,
 
30
                                                   const gchar  *id);
 
31
 
 
32
void   tracker_miner_applications_meego_init       (void);
 
33
void   tracker_miner_applications_meego_shutdown   (void);
 
34
 
 
35
G_END_DECLS
 
36
 
 
37
#endif /* __TRACKER_MINER_FS_MEEGO_H__ */