From: Matthias Clasen Date: Sat, 15 Dec 2007 06:05:40 +0000 (+0000) Subject: More doc fixups X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=53c5a8122be432d03d73ed7ddbbf958af3fae55c;p=dana%2Fcg-glib.git More doc fixups svn path=/trunk/; revision=6134 --- diff --git a/gio/gappinfo.h b/gio/gappinfo.h index ee908f55..af39b869 100644 --- a/gio/gappinfo.h +++ b/gio/gappinfo.h @@ -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. diff --git a/gio/gmountoperation.h b/gio/gmountoperation.h index 0b7e65c0..9b8add8c 100644 --- a/gio/gmountoperation.h +++ b/gio/gmountoperation.h @@ -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,