HomeSort by relevance Sort by last modified time
    Searched refs:get_activation_root (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
gvolume.h 100 * @get_activation_root: Returns the activation root for the #GVolume if it is known in advance or %NULL if
149 GFile * (* get_activation_root) (GVolume *volume); member in struct:_GVolumeIface
gvolume.c 592 if (iface->get_activation_root == NULL)
595 return (* iface->get_activation_root) (volume);

Completed in 54 milliseconds