~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to gio/xdgmime/xdgmimemagic.h

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
typedef struct XdgMimeMagic XdgMimeMagic;
34
34
 
35
35
#ifdef XDG_PREFIX
36
 
#define _xdg_mime_glob_read_from_file             XDG_ENTRY(glob_read_from_file)
37
 
#define _xdg_mime_magic_new                       XDG_ENTRY(magic_new)
38
 
#define _xdg_mime_magic_read_from_file            XDG_ENTRY(magic_read_from_file)
39
 
#define _xdg_mime_magic_free                      XDG_ENTRY(magic_free)
40
 
#define _xdg_mime_magic_get_buffer_extents        XDG_ENTRY(magic_get_buffer_extents)
41
 
#define _xdg_mime_magic_lookup_data               XDG_ENTRY(magic_lookup_data)
 
36
#define _xdg_mime_glob_read_from_file             XDG_RESERVED_ENTRY(glob_read_from_file)
 
37
#define _xdg_mime_magic_new                       XDG_RESERVED_ENTRY(magic_new)
 
38
#define _xdg_mime_magic_read_from_file            XDG_RESERVED_ENTRY(magic_read_from_file)
 
39
#define _xdg_mime_magic_free                      XDG_RESERVED_ENTRY(magic_free)
 
40
#define _xdg_mime_magic_get_buffer_extents        XDG_RESERVED_ENTRY(magic_get_buffer_extents)
 
41
#define _xdg_mime_magic_lookup_data               XDG_RESERVED_ENTRY(magic_lookup_data)
42
42
#endif
43
43
 
44
44