mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
assign the return value of xdg_mime_list_mime_parents() to a variable of
2008-02-01 Michael Natterer <mitch@imendio.com> * gcontenttype.c (_g_unix_content_type_get_parents): assign the return value of xdg_mime_list_mime_parents() to a variable of the correct type. svn path=/trunk/; revision=6441
This commit is contained in:
committed by
Michael Natterer
parent
a7749bab36
commit
573a73f391
@@ -322,7 +322,7 @@ char **
|
||||
_g_unix_content_type_get_parents (const char *type)
|
||||
{
|
||||
const char *umime;
|
||||
const char **parents;
|
||||
char **parents;
|
||||
GPtrArray *array;
|
||||
int i;
|
||||
|
||||
|
Reference in New Issue
Block a user