From 53c5a8122be432d03d73ed7ddbbf958af3fae55c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 15 Dec 2007 06:05:40 +0000 Subject: [PATCH] More doc fixups svn path=/trunk/; revision=6134 --- gio/gappinfo.h | 2 +- gio/gmountoperation.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gio/gappinfo.h b/gio/gappinfo.h index ee908f5..af39b86 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 0b7e65c..9b8add8 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, -- 2.7.4