Home | History | Annotate | Download | only in gio

Lines Matching refs:iface

174   GVolumeIface *iface;
178 iface = G_VOLUME_GET_IFACE (volume);
180 return (* iface->get_name) (volume);
196 GVolumeIface *iface;
200 iface = G_VOLUME_GET_IFACE (volume);
202 return (* iface->get_icon) (volume);
221 GVolumeIface *iface;
225 iface = G_VOLUME_GET_IFACE (volume);
227 return (* iface->get_uuid) (volume);
243 GVolumeIface *iface;
247 iface = G_VOLUME_GET_IFACE (volume);
249 return (* iface->get_drive) (volume);
265 GVolumeIface *iface;
269 iface = G_VOLUME_GET_IFACE (volume);
271 return (* iface->get_mount) (volume);
286 GVolumeIface *iface;
290 iface = G_VOLUME_GET_IFACE (volume);
292 if (iface->can_mount == NULL)
295 return (* iface->can_mount) (volume);
309 GVolumeIface *iface;
313 iface = G_VOLUME_GET_IFACE (volume);
315 if (iface->can_eject == NULL)
318 return (* iface->can_eject) (volume);
332 GVolumeIface *iface;
336 iface = G_VOLUME_GET_IFACE (volume);
338 if (iface->should_automount == NULL)
341 return (* iface->should_automount) (volume);
366 GVolumeIface *iface;
370 iface = G_VOLUME_GET_IFACE (volume);
372 if (iface->mount_fn == NULL)
381 (* iface->mount_fn) (volume, flags, mount_operation, cancellable, callback, user_data);
405 GVolumeIface *iface;
417 iface = G_VOLUME_GET_IFACE (volume);
418 return (* iface->mount_finish) (volume, result, error);
440 GVolumeIface *iface;
444 iface = G_VOLUME_GET_IFACE (volume);
446 if (iface->eject == NULL)
455 (* iface->eject) (volume, flags, cancellable, callback, user_data);
474 GVolumeIface *iface;
486 iface = G_VOLUME_GET_IFACE (volume);
487 return (* iface->eject_finish) (volume, result, error);
507 GVolumeIface *iface;
512 iface = G_VOLUME_GET_IFACE (volume);
514 if (iface->get_identifier == NULL)
517 return (* iface->get_identifier) (volume, kind);
534 GVolumeIface *iface;
537 iface = G_VOLUME_GET_IFACE (volume);
539 if (iface->enumerate_identifiers == NULL)
542 return (* iface->enumerate_identifiers) (volume);
587 GVolumeIface *iface;
590 iface = G_VOLUME_GET_IFACE (volume);
592 if (iface->get_activation_root == NULL)
595 return (* iface->get_activation_root) (volume);