Home | History | Annotate | Download | only in gio

Lines Matching refs:operation

91   GMountOperation *operation;
93 operation = G_MOUNT_OPERATION (object);
98 g_mount_operation_set_username (operation,
103 g_mount_operation_set_password (operation,
108 g_mount_operation_set_anonymous (operation,
113 g_mount_operation_set_domain (operation,
118 g_mount_operation_set_password_save (operation,
123 g_mount_operation_set_choice (operation,
140 GMountOperation *operation;
143 operation = G_MOUNT_OPERATION (object);
144 priv = operation->priv;
182 GMountOperation *operation;
185 operation = G_MOUNT_OPERATION (object);
187 priv = operation->priv;
252 * Emitted when a mount operation asks the user for a password.
296 * Emitted when the user has replied to the mount operation.
312 * while a mount operation is in progress.
332 * the mount operation.
347 * the mount operation.
375 * The domain to use for the mount operation.
381 P_("The domain of the mount operation"),
405 * mount operation. See the #GMountOperation::ask-question signal.
418 g_mount_operation_init (GMountOperation *operation)
420 operation->priv = G_TYPE_INSTANCE_GET_PRIVATE (operation,
428 * Creates a new mount operation.
442 * Get the user name from the mount operation.
474 * Gets a password from the mount operation.
490 * Sets the mount operation's password to @password.
507 * Check to see whether the mount operation is being used
510 * Returns: %TRUE if mount operation is anonymous.
524 * Sets the mount operation to use an anonymous user if @anonymous is %TRUE.
545 * Gets the domain of the mount operation.
561 * Sets the mount operation's domain.
577 * Gets the state of saving passwords for the mount operation.
594 * Sets the state of saving passwords for the mount operation.
616 * Gets a choice from the mount operation.
633 * Sets a default choice for the mount operation.