mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
Don't compile some unused functions in gio/xdgmime/
This commit is contained in:
committed by
Emmanuel Fleury
parent
a1bfe899ab
commit
14e46ca288
@@ -45,6 +45,8 @@ XdgIconList *_xdg_mime_icon_list_new (void);
|
||||
void _xdg_mime_icon_list_free (XdgIconList *list);
|
||||
const char *_xdg_mime_icon_list_lookup (XdgIconList *list,
|
||||
const char *mime);
|
||||
#ifdef NOT_USED_IN_GIO
|
||||
void _xdg_mime_icon_list_dump (XdgIconList *list);
|
||||
#endif
|
||||
|
||||
#endif /* __XDG_MIME_ICON_H__ */
|
||||
|
Reference in New Issue
Block a user