head	1.2;
access;
symbols
	pkgsrc-2013Q2:1.2.0.24
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2012Q4:1.2.0.22
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2011Q4:1.2.0.20
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q2:1.2.0.18
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2009Q4:1.2.0.16
	pkgsrc-2009Q4-base:1.2
	pkgsrc-2008Q4:1.2.0.14
	pkgsrc-2008Q4-base:1.2
	pkgsrc-2008Q3:1.2.0.12
	pkgsrc-2008Q3-base:1.2
	cube-native-xorg:1.2.0.10
	cube-native-xorg-base:1.2
	pkgsrc-2008Q2:1.2.0.8
	pkgsrc-2008Q2-base:1.2
	pkgsrc-2008Q1:1.2.0.6
	pkgsrc-2008Q1-base:1.2
	pkgsrc-2007Q4:1.2.0.4
	pkgsrc-2007Q4-base:1.2
	pkgsrc-2007Q3:1.2.0.2
	pkgsrc-2007Q3-base:1.2
	pkgsrc-2007Q2:1.1.0.4
	pkgsrc-2007Q2-base:1.1
	pkgsrc-2007Q1:1.1.0.2
	pkgsrc-2007Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.09.19.23.35.05;	author wiz;	state dead;
branches;
next	1.1;

1.1
date	2007.02.09.19.06.54;	author drochner;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Finish rename of gnome-vfs2 to gnome-vfs.
@
text
@$NetBSD: patch-cd,v 1.1 2007/02/09 19:06:54 drochner Exp $

--- libgnomevfs/xdgmimecache.h.orig	2007-02-09 19:29:40.000000000 +0100
+++ libgnomevfs/xdgmimecache.h
@@@@ -44,20 +44,27 @@@@ XdgMimeCache *_xdg_mime_cache_ref       
 void          _xdg_mime_cache_unref         (XdgMimeCache *cache);
 
 
+#define _xdg_mime_cache_get_mime_type_for_data _gnomevfs_xdg_mime_cache_get_mime_type_for_data
 const char  *_xdg_mime_cache_get_mime_type_for_data       (const void *data,
 		 				           size_t      len);
+#define _xdg_mime_cache_get_mime_type_for_file _gnomevfs_xdg_mime_cache_get_mime_type_for_file
 const char  *_xdg_mime_cache_get_mime_type_for_file       (const char  *file_name,
 							   struct stat *statbuf);
+#define _xdg_mime_cache_get_mime_type_from_file_name _gnomevfs_xdg_mime_cache_get_mime_type_from_file_name
 const char  *_xdg_mime_cache_get_mime_type_from_file_name (const char *file_name);
 int          _xdg_mime_cache_is_valid_mime_type           (const char *mime_type);
 int          _xdg_mime_cache_mime_type_equal              (const char *mime_a,
 						           const char *mime_b);
 int          _xdg_mime_cache_media_type_equal             (const char *mime_a,
 							   const char *mime_b);
+#define _xdg_mime_cache_mime_type_subclass _gnomevfs_xdg_mime_cache_mime_type_subclass
 int          _xdg_mime_cache_mime_type_subclass           (const char *mime_a,
 							   const char *mime_b);
+#define _xdg_mime_cache_list_mime_parents _gnomevfs_xdg_mime_cache_list_mime_parents
 char       **_xdg_mime_cache_list_mime_parents		  (const char *mime);
+#define _xdg_mime_cache_unalias_mime_type _gnomevfs_xdg_mime_cache_unalias_mime_type
 const char  *_xdg_mime_cache_unalias_mime_type            (const char *mime);
+#define _xdg_mime_cache_get_max_buffer_extents _gnomevfs_xdg_mime_cache_get_max_buffer_extents
 int          _xdg_mime_cache_get_max_buffer_extents       (void);
 
 #endif /* __XDG_MIME_CACHE_H__ */
@


1.1
log
@rename all the remaining global xdg_mime text symbols to avoid conflicts
with gtk2, fixes some crashes with file-roller and bmpx
@
text
@d1 1
a1 1
$NetBSD$
@

