More doc fixups
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 15 Dec 2007 06:05:40 +0000 (06:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 15 Dec 2007 06:05:40 +0000 (06:05 +0000)
svn path=/trunk/; revision=6134

gio/gappinfo.h
gio/gmountoperation.h

index ee908f5..af39b86 100644 (file)
@@ -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.
index 0b7e65c..9b8add8 100644 (file)
@@ -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,