Virtual Method
GioMountOperationshow_processes
since: 2.22
Declaration [src]
void
show_processes (
  GMountOperation* op,
  const gchar* message,
  GArray* processes,
  const gchar** choices
)
Parameters
- message
- 
            Type: const gchar*String containing a message to display to the user. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- processes
- 
            Type: An array of GPidAn array of GPidfor processes blocking the operation.The data is owned by the caller of the method. 
- choices
- 
            Type: An array of utf8An array of strings for each possible choice. The array must be NULL-terminated.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string.