Add the XDG_PREFIX to this function as well.

Wed Aug 11 20:44:35 2004  Matthias Clasen  <maclas@gmx.de>

	* xdgmime.h (xdg_mime_shutdown): Add the XDG_PREFIX to
	this function as well.
This commit is contained in:
Matthias Clasen 2004-08-12 00:46:43 +00:00 committed by Matthias Clasen
parent 0151fe7ced
commit 8e06e8735f
2 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,12 @@
Wed Aug 11 20:44:35 2004 Matthias Clasen <maclas@gmx.de>
* xdgmime.h (xdg_mime_shutdown): Add the XDG_PREFIX to
this function as well.
2004-08-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.1 ===
Tue Jul 20 22:24:35 2004 Matthias Clasen <maclas@gmx.de>
* xdgmimeglob.h: Remove trailing commas from
@ -9,7 +14,7 @@ Tue Jul 20 22:24:35 2004 Matthias Clasen <maclas@gmx.de>
Sun Jul 18 20:17:41 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* === released 2.5.0 ==
* === Released 2.5.0 ==
Thu May 27 15:23:17 2004 Jonathan Blandford <jrb@gnome.org>

View File

@ -49,6 +49,7 @@ extern "C" {
#define xdg_mime_is_valid_mime_type XDG_ENTRY(is_valid_mime_type)
#define xdg_mime_get_max_buffer_extents XDG_ENTRY(get_max_buffer_extents)
#define xdg_mime_type_unknown XDG_ENTRY(type_unknown)
#define xdg_mime_shutdown XDG_ENTRY(shutdown)
#endif
extern const char *xdg_mime_type_unknown;