Virtual Method
GioDrivepoll_for_media
Declaration [src]
void
poll_for_media (
  GDrive* drive,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Asynchronously polls drive to see if media has been inserted or removed.
When the operation is finished, callback will be called.
You can then call g_drive_poll_for_media_finish() to obtain the
result of the operation.
Parameters
- cancellable
- 
            Type: GCancellableOptional GCancellableobject,NULLto ignore.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackA GAsyncReadyCallback, orNULL.
- user_data
- 
            Type: gpointerUser data to pass to callback.The argument can be NULL.The data is owned by the caller of the method.