~ballogy/gloobus-preview/drop-loaders

« back to all changes in this revision

Viewing changes to src/plugin-xps/xps-plugin.h

  • Committer: György Balló
  • Date: 2014-12-25 16:21:13 UTC
  • mfrom: (290.7.3 drop-taglib)
  • Revision ID: ballogy@freestart.hu-20141225162113-2mn7xpimacva1xz0
Add support for XPS document format

It introduces a new libgxps based plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef XPS_PLUGIN_H
 
2
#define XPS_PLUGIN_H
 
3
 
 
4
#ifdef PLUGIN_LOADER
 
5
 
 
6
PluginManager::register_plugin("xps");
 
7
 
 
8
PluginManager::register_filetype("application/oxps", 1);
 
9
PluginManager::register_filetype("application/vnd.ms-xpsdocument",1);
 
10
 
 
11
#endif
 
12
 
 
13
#endif /* XPS_PLUGIN_H */