mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 12:55:48 +01: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:
parent
a7749bab36
commit
573a73f391
@ -1,3 +1,9 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2008-02-01 Alexander Larsson <alexl@redhat.com>
|
2008-02-01 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gappinfo.c (g_app_info_launch_uris):
|
* gappinfo.c (g_app_info_launch_uris):
|
||||||
|
@ -322,7 +322,7 @@ char **
|
|||||||
_g_unix_content_type_get_parents (const char *type)
|
_g_unix_content_type_get_parents (const char *type)
|
||||||
{
|
{
|
||||||
const char *umime;
|
const char *umime;
|
||||||
const char **parents;
|
char **parents;
|
||||||
GPtrArray *array;
|
GPtrArray *array;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user