DriveIF.pollForMedia

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.

interface DriveIF
void
pollForMedia
(,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

cancellable Cancellable

optional #GCancellable object, %NULL to ignore.

callback GAsyncReadyCallback

a #GAsyncReadyCallback, or %NULL.

userData void*

user data to pass to @callback

Meta