OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guess_content_type_finish
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
gmount.h
64
* @
guess_content_type_finish
: Finishes a contenet type guessing operation. Added in 2.18.
122
gchar ** (*
guess_content_type_finish
) (GMount *mount,
member in struct:_GMountIface
gmount.c
645
return (* iface->
guess_content_type_finish
) (mount, result, error);
Completed in 36 milliseconds