diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-08-12 00:46:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-12 00:46:43 +0000 |
commit | 8e06e8735f8712835ff0ac1a090fc29e4f00a81d (patch) | |
tree | 24199d95676ef3c7f1652fbf40289a65427a5003 /gtk/xdgmime | |
parent | 0151fe7ced365bb57e7e1b6845981ed3e6bf048d (diff) | |
download | gtk+-8e06e8735f8712835ff0ac1a090fc29e4f00a81d.tar.gz |
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.
Diffstat (limited to 'gtk/xdgmime')
-rw-r--r-- | gtk/xdgmime/ChangeLog | 11 | ||||
-rw-r--r-- | gtk/xdgmime/xdgmime.h | 1 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gtk/xdgmime/ChangeLog b/gtk/xdgmime/ChangeLog index 6ec2acea29..3ed5613198 100644 --- a/gtk/xdgmime/ChangeLog +++ b/gtk/xdgmime/ChangeLog @@ -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> diff --git a/gtk/xdgmime/xdgmime.h b/gtk/xdgmime/xdgmime.h index e079f06557..9d41134465 100644 --- a/gtk/xdgmime/xdgmime.h +++ b/gtk/xdgmime/xdgmime.h @@ -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; |