OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guess_content_type
(Results
1 - 3
of
3
) 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);
ChangeLog
988
* gmount.h: Document
guess_content_type
sync vfunc.
[
all
...]
Completed in 44 milliseconds