OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guess_content_type
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
gmount.h
61
* @
guess_content_type
: Starts guessing the type of the content of a #GMount.
65
* @guess_content_type_sync: Synchronous variant of @
guess_content_type
. Added in 2.18
117
void (*
guess_content_type
) (GMount *mount,
member in struct:_GMountIface
gmount.c
593
if (iface->
guess_content_type
== NULL)
606
(* iface->
guess_content_type
) (mount, force_rescan, cancellable, callback, user_data);
Completed in 364 milliseconds