Home | History | Annotate | Download | only in gio

Lines Matching refs:user

47  * user credentials such as FTP or WebDAV.
68 char *user;
149 g_value_set_string (value, priv->user);
190 g_free (priv->user);
247 * @message: string containing a message to display to the user.
248 * @default_user: string containing the default user name.
252 * Emitted when a mount operation asks the user for a password.
271 * @message: string containing a message to display to the user.
274 * Emitted when asking the user a question and gives a list of
275 * choices for the user to choose from.
296 * Emitted when the user has replied to the mount operation.
331 * The user name that is used for authentication when carrying out
338 P_("The user name"),
361 * Whether to use an anonymous user when authenticating.
367 P_("Whether to use an anonymous user"),
404 * The index of the user's choice when a question is asked during the
442 * Get the user name from the mount operation.
444 * Returns: a string containing the user name.
450 return op->priv->user;
458 * Sets the user name within @op to @username.
465 g_free (op->priv->user);
466 op->priv->user = g_strdup (username);
508 * for an anonymous user.
524 * Sets the mount operation to use an anonymous user if @anonymous is %TRUE.
618 * Returns: an integer containing an index of the user's choice from