From ffed09f28af6625eb644e037a928846c3be412bf Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 25 Jul 2007 16:19:36 +0000 Subject: [PATCH] Mark more internal symbols for prefixing 2007-07-25 Alexander Larsson * xdgmimealias.h: * xdgmimecache.h: * xdgmimeparent.h: Mark more internal symbols for prefixing svn path=/trunk/; revision=18543 --- gtk/xdgmime/ChangeLog | 7 +++++++ gtk/xdgmime/xdgmimealias.h | 1 + gtk/xdgmime/xdgmimecache.h | 14 +++++++++++--- gtk/xdgmime/xdgmimeparent.h | 1 + 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/gtk/xdgmime/ChangeLog b/gtk/xdgmime/ChangeLog index 1d18659c8b..20f38ebb18 100644 --- a/gtk/xdgmime/ChangeLog +++ b/gtk/xdgmime/ChangeLog @@ -1,3 +1,10 @@ +2007-07-25 Alexander Larsson + + * xdgmimealias.h: + * xdgmimecache.h: + * xdgmimeparent.h: + Mark more internal symbols for prefixing + 2007-07-21 Matthias Clasen * === Released 2.11.6 === diff --git a/gtk/xdgmime/xdgmimealias.h b/gtk/xdgmime/xdgmimealias.h index 3df18d6606..d0aaed052d 100644 --- a/gtk/xdgmime/xdgmimealias.h +++ b/gtk/xdgmime/xdgmimealias.h @@ -37,6 +37,7 @@ typedef struct XdgAliasList XdgAliasList; #define _xdg_mime_alias_list_new XDG_ENTRY(alias_list_new) #define _xdg_mime_alias_list_free XDG_ENTRY(alias_list_free) #define _xdg_mime_alias_list_lookup XDG_ENTRY(alias_list_lookup) +#define _xdg_mime_alias_list_dump XDG_ENTRY(alias_list_dump) #endif void _xdg_mime_alias_read_from_file (XdgAliasList *list, diff --git a/gtk/xdgmime/xdgmimecache.h b/gtk/xdgmime/xdgmimecache.h index 61793cb709..39d506e147 100644 --- a/gtk/xdgmime/xdgmimecache.h +++ b/gtk/xdgmime/xdgmimecache.h @@ -32,9 +32,17 @@ typedef struct _XdgMimeCache XdgMimeCache; #ifdef XDG_PREFIX -#define _xdg_mime_cache_new_from_file XDG_ENTRY(cache_new_from_file) -#define _xdg_mime_cache_ref XDG_ENTRY(cache_ref) -#define _xdg_mime_cache_unref XDG_ENTRY(cache_unref) +#define _xdg_mime_cache_new_from_file XDG_ENTRY(cache_new_from_file) +#define _xdg_mime_cache_ref XDG_ENTRY(cache_ref) +#define _xdg_mime_cache_unref XDG_ENTRY(cache_unref) +#define _xdg_mime_cache_get_max_buffer_extents XDG_ENTRY(cache_get_max_buffer_extents) +#define _xdg_mime_cache_get_mime_type_for_data XDG_ENTRY(cache_get_mime_type_for_data) +#define _xdg_mime_cache_get_mime_type_for_file XDG_ENTRY(cache_get_mime_type_for_file) +#define _xdg_mime_cache_get_mime_type_from_file_name XDG_ENTRY(cache_get_mime_type_from_file_name) +#define _xdg_mime_cache_list_mime_parents XDG_ENTRY(cache_list_mime_parents) +#define _xdg_mime_cache_mime_type_subclass XDG_ENTRY(cache_mime_type_subclass) +#define _xdg_mime_cache_unalias_mime_type XDG_ENTRY(cache_unalias_mime_type) + #endif extern XdgMimeCache **_caches; diff --git a/gtk/xdgmime/xdgmimeparent.h b/gtk/xdgmime/xdgmimeparent.h index da29452cb8..257ea04971 100644 --- a/gtk/xdgmime/xdgmimeparent.h +++ b/gtk/xdgmime/xdgmimeparent.h @@ -37,6 +37,7 @@ typedef struct XdgParentList XdgParentList; #define _xdg_mime_parent_list_new XDG_ENTRY(parent_list_new) #define _xdg_mime_parent_list_free XDG_ENTRY(parent_list_free) #define _xdg_mime_parent_list_lookup XDG_ENTRY(parent_list_lookup) +#define _xdg_mime_parent_list_dump XDG_ENTRY(parent_list_dump) #endif void _xdg_mime_parent_read_from_file (XdgParentList *list,