Searched refs:eject (Results 1 - 12 of 12) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgdrive.h45 * @eject_button: Signal emitted when the physical eject button (if any) of a drive have been pressed.
54 * @can_eject: Returns %TRUE if the #GDrive can eject media.
55 * @eject: Ejects a #GDrive.
56 * @eject_finish: Finishes an eject operation.
87 void (* eject) (GDrive *drive, member in struct:_GDriveIface
H A Dgvolume.h93 * @eject: Ejects a given #GVolume.
94 * @eject_finish: Finishes an eject operation.
134 void (* eject) (GVolume *volume, member in struct:_GVolumeIface
H A Dgdrive.c137 * GDrive::eject-button:
140 * Emitted when the physical eject button (if any) of a drive has
143 g_signal_new (I_("eject-button"),
353 * @flags: flags affecting the unmount if required for eject
377 if (iface->eject == NULL)
381 _("drive doesn't implement eject"));
386 (* iface->eject) (drive, flags, cancellable, callback, user_data);
H A Dgvolume.c424 * @flags: flags affecting the unmount if required for eject
446 if (iface->eject == NULL)
450 _("volume doesn't implement eject"));
455 (* iface->eject) (volume, flags, cancellable, callback, user_data);
H A Dgmount.h57 * @eject: Starts ejecting a #GMount.
58 * @eject_finish: Finishes an eject operation.
98 void (* eject) (GMount *mount, member in struct:_GMountIface
H A Dgmount.c311 * Checks if @mount can be eject.
405 * @flags: flags affecting the unmount if required for eject
427 if (iface->eject == NULL)
434 * don't implement eject. */
435 _("mount doesn't implement eject"));
440 (* iface->eject) (mount, flags, cancellable, callback, user_data);
H A Dgwin32mount.c347 iface->eject = g_win32_mount_eject;
H A Dgunixmount.c434 char *argv[] = {"eject", NULL, NULL};
465 iface->eject = g_unix_mount_eject;
H A Dgunixvolume.c469 char *argv[] = {"eject", NULL, NULL};
530 iface->eject = g_unix_volume_eject;
/external/bison/doc/
H A Drefcard.tex228 \if a\abc \else\null\vfill\eject\fi
229 \if a\abc \else\null\vfill\eject\fi
248 \outer\def\newcolumn{\vfill\eject}
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex985 \output={\global\setbox\partialpage=\vbox{\unvbox255\kern -\topskip \kern \baselineskip}}\eject
987 \def\enddoublecolumns{\output={\balancecolumns}\eject
1315 \vfill \eject}
1335 \vfill \eject}
/external/grub/docs/
H A Dtexinfo.tex3766 \eject % run that output routine to set \partialpage
3842 \eject
4542 \vfill \eject
4581 \vfill \eject

Completed in 241 milliseconds