Home | History | Annotate | Download | only in gio

Lines Matching refs:iface

167   GDriveIface *iface;
171 iface = G_DRIVE_GET_IFACE (drive);
173 return (* iface->get_name) (drive);
188 GDriveIface *iface;
192 iface = G_DRIVE_GET_IFACE (drive);
194 return (* iface->get_icon) (drive);
208 GDriveIface *iface;
212 iface = G_DRIVE_GET_IFACE (drive);
214 return (* iface->has_volumes) (drive);
231 GDriveIface *iface;
235 iface = G_DRIVE_GET_IFACE (drive);
237 return (* iface->get_volumes) (drive);
252 GDriveIface *iface;
256 iface = G_DRIVE_GET_IFACE (drive);
258 return (* iface->is_media_check_automatic) (drive);
272 GDriveIface *iface;
276 iface = G_DRIVE_GET_IFACE (drive);
278 return (* iface->is_media_removable) (drive);
294 GDriveIface *iface;
298 iface = G_DRIVE_GET_IFACE (drive);
300 return (* iface->has_media) (drive);
314 GDriveIface *iface;
318 iface = G_DRIVE_GET_IFACE (drive);
320 if (iface->can_eject == NULL)
323 return (* iface->can_eject) (drive);
338 GDriveIface *iface;
342 iface = G_DRIVE_GET_IFACE (drive);
344 if (iface->poll_for_media == NULL)
347 return (* iface->can_poll_for_media) (drive);
371 GDriveIface *iface;
375 iface = G_DRIVE_GET_IFACE (drive);
377 if (iface->eject == NULL)
386 (* iface->eject) (drive, flags, cancellable, callback, user_data);
405 GDriveIface *iface;
417 iface = G_DRIVE_GET_IFACE (drive);
419 return (* iface->eject_finish) (drive, result, error);
441 GDriveIface *iface;
445 iface = G_DRIVE_GET_IFACE (drive);
447 if (iface->poll_for_media == NULL)
456 (* iface->poll_for_media) (drive, cancellable, callback, user_data);
475 GDriveIface *iface;
487 iface = G_DRIVE_GET_IFACE (drive);
489 return (* iface->poll_for_media_finish) (drive, result, error);
507 GDriveIface *iface;
512 iface = G_DRIVE_GET_IFACE (drive);
514 if (iface->get_identifier == NULL)
517 return (* iface->get_identifier) (drive, kind);
534 GDriveIface *iface;
537 iface = G_DRIVE_GET_IFACE (drive);
539 if (iface->enumerate_identifiers == NULL)
542 return (* iface->enumerate_identifiers) (drive);