![]() |
libxputty 0.1
|
Go to the source code of this file.
Typedefs | |
typedef struct XdgParentList | XdgParentList |
Functions | |
void | _xdg_mime_parent_read_from_file (XdgParentList *list, const char *file_name) |
XdgParentList * | _xdg_mime_parent_list_new (void) |
void | _xdg_mime_parent_list_free (XdgParentList *list) |
const char ** | _xdg_mime_parent_list_lookup (XdgParentList *list, const char *mime) |
void | _xdg_mime_parent_list_dump (XdgParentList *list) |
typedef struct XdgParentList XdgParentList |
Definition at line 33 of file xdgmimeparent.h.
void _xdg_mime_parent_list_dump | ( | XdgParentList * | list | ) |
Definition at line 204 of file xdgmimeparent.c.
References XdgMimeParents::mime, XdgParentList::n_mimes, XdgMimeParents::parents, and XdgParentList::parents.
Referenced by xdg_mime_dump().
void _xdg_mime_parent_list_free | ( | XdgParentList * | list | ) |
Definition at line 77 of file xdgmimeparent.c.
References XdgMimeParents::mime, XdgParentList::n_mimes, XdgMimeParents::parents, and XdgParentList::parents.
Referenced by xdg_mime_shutdown().
const char ** _xdg_mime_parent_list_lookup | ( | XdgParentList * | list, |
const char * | mime | ||
) |
Definition at line 104 of file xdgmimeparent.c.
References XdgMimeParents::mime, XdgParentList::n_mimes, XdgMimeParents::parents, and XdgParentList::parents.
Referenced by _xdg_mime_mime_type_subclass(), and xdg_mime_get_mime_parents().
XdgParentList * _xdg_mime_parent_list_new | ( | void | ) |
Definition at line 64 of file xdgmimeparent.c.
References XdgParentList::n_mimes, and XdgParentList::parents.
void _xdg_mime_parent_read_from_file | ( | XdgParentList * | list, |
const char * | file_name | ||
) |
Definition at line 125 of file xdgmimeparent.c.
References XdgMimeParents::mime, XdgParentList::n_mimes, XdgMimeParents::n_parents, XdgMimeParents::parents, and XdgParentList::parents.