Home | History | Annotate | Download | only in gio

Lines Matching refs:iface

162   GMountIface *iface;
166 iface = G_MOUNT_GET_IFACE (mount);
168 return (* iface->get_root) (mount);
184 GMountIface *iface;
188 iface = G_MOUNT_GET_IFACE (mount);
190 return (* iface->get_name) (mount);
206 GMountIface *iface;
210 iface = G_MOUNT_GET_IFACE (mount);
212 return (* iface->get_icon) (mount);
231 GMountIface *iface;
235 iface = G_MOUNT_GET_IFACE (mount);
237 return (* iface->get_uuid) (mount);
253 GMountIface *iface;
257 iface = G_MOUNT_GET_IFACE (mount);
259 return (* iface->get_volume) (mount);
278 GMountIface *iface;
282 iface = G_MOUNT_GET_IFACE (mount);
284 return (* iface->get_drive) (mount);
298 GMountIface *iface;
302 iface = G_MOUNT_GET_IFACE (mount);
304 return (* iface->can_unmount) (mount);
318 GMountIface *iface;
322 iface = G_MOUNT_GET_IFACE (mount);
324 return (* iface->can_eject) (mount);
346 GMountIface *iface;
350 iface = G_MOUNT_GET_IFACE (mount);
352 if (iface->unmount == NULL)
365 (* iface->unmount) (mount, flags, cancellable, callback, user_data);
385 GMountIface *iface;
397 iface = G_MOUNT_GET_IFACE (mount);
398 return (* iface->unmount_finish) (mount, result, error);
421 GMountIface *iface;
425 iface = G_MOUNT_GET_IFACE (mount);
427 if (iface->eject == NULL)
440 (* iface->eject) (mount, flags, cancellable, callback, user_data);
460 GMountIface *iface;
472 iface = G_MOUNT_GET_IFACE (mount);
473 return (* iface->eject_finish) (mount, result, error);
503 GMountIface *iface;
507 iface = G_MOUNT_GET_IFACE (mount);
509 if (iface->remount == NULL)
522 (* iface->remount) (mount, flags, mount_operation, cancellable, callback, user_data);
542 GMountIface *iface;
554 iface = G_MOUNT_GET_IFACE (mount);
555 return (* iface->remount_finish) (mount, result, error);
587 GMountIface *iface;
591 iface = G_MOUNT_GET_IFACE (mount);
593 if (iface->guess_content_type == NULL)
606 (* iface->guess_content_type) (mount, force_rescan, cancellable, callback, user_data);
632 GMountIface *iface;
644 iface = G_MOUNT_GET_IFACE (mount);
645 return (* iface->guess_content_type_finish) (mount, result, error);
677 GMountIface *iface;
681 iface = G_MOUNT_GET_IFACE (mount);
683 if (iface->guess_content_type_sync == NULL)
695 return (* iface->guess_content_type_sync) (mount, force_rescan, cancellable, error);