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 ee908f55165be7d50f17159648672b2bb0f27df7..af39b8690160148ce672e155ecf247404721c3f3 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 0b7e65c06777ac3a152961538b24c721e9c471ae..9b8add8caf5d6574c57d0582d7817e137f4618d8 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,