mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
More doc fixups
svn path=/trunk/; revision=6134
This commit is contained in:
parent
f5d2feddf6
commit
53c5a8122b
@ -46,7 +46,7 @@ G_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
* GAppInfoCreateFlags:
|
||||
* @G_APP_INFO_CREATE_FLAGS_NONE: No flags.
|
||||
* @G_APP_INFO_CREATE_NONE: No flags.
|
||||
* @G_APP_INFO_CREATE_NEEDS_TERMINAL: Application opens in a terminal window.
|
||||
*
|
||||
* Flags used when creating a #GAppInfo.
|
||||
|
@ -71,7 +71,6 @@ struct _GMountOperation
|
||||
*
|
||||
**/
|
||||
typedef enum {
|
||||
G_ASK_PASSWORD_NONE = 0,
|
||||
G_ASK_PASSWORD_NEED_PASSWORD = 1<<0,
|
||||
G_ASK_PASSWORD_NEED_USERNAME = 1<<1,
|
||||
G_ASK_PASSWORD_NEED_DOMAIN = 1<<2,
|
||||
|
Loading…
Reference in New Issue
Block a user