Fix up docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 15 Dec 2007 06:03:35 +0000 (06:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 15 Dec 2007 06:03:35 +0000 (06:03 +0000)
svn path=/trunk/; revision=6133

gio/ChangeLog
gio/gfile.h
gio/gunixmounts.c

index 33bd99a..82da9ee 100644 (file)
@@ -1,5 +1,10 @@
 2007-12-14  Matthias Clasen  <mclasen@redhat.com>
 
+       * gunixmounts.c:
+       * gfile.h: Doc updates
+
+2007-12-14  Matthias Clasen  <mclasen@redhat.com>
+
        * gcontenttype.c:
        * gdesktopappinfo.c: Use hash table iterators.
 
index 3b63bf2..95244c8 100644 (file)
@@ -54,8 +54,8 @@ typedef enum {
 
 /**
  * GFileCreateFlags:
- * @G_FILE_CREATE_FLAGS_NONE: No flags set.
- * @G_FILE_CREATE_FLAGS_PRIVATE: Create a file that can only be 
+ * @G_FILE_CREATE_NONE: No flags set.
+ * @G_FILE_CREATE_PRIVATE: Create a file that can only be 
  *    accessed by the current user.
  * 
  * Flags used when an operation may create a file.
@@ -226,8 +226,8 @@ typedef gboolean (* GFileReadMoreCallback) (const char *file_contents,
  * @unmount_mountable_finish: Finishes an unmount operation.
  * @eject_mountable: Ejects a mountable.
  * @eject_mountable_finish: Finishes an eject operation.
- * @g_file_mount_enclosing_volume: Mounts a specified location. 
- * @g_file_mount_enclosing_volume_finish: Finishes mounting a specified location.
+ * @mount_enclosing_volume: Mounts a specified location. 
+ * @mount_enclosing_volume_finish: Finishes mounting a specified location.
  * @monitor_dir: Creates a #GDirectoryMonitor for the location.
  * @monitor_file: Creates a #GFileMonitor for the location.
  * 
index 61ca2cf..13a7702 100644 (file)
@@ -193,14 +193,16 @@ is_in (const char *value, const char *set[])
 
 /**
  * g_unix_is_mount_path_system_internal:
- * @mount_path: a mount path, e.g. <literal>/media/disk</literal> or <literal>/usr</literal>
+ * @mount_path: a mount path, e.g. <filename>/media/disk</filename> 
+ *    or <filename>/usr</filename>
  *
  * Determines if @mount_path is considered an implementation of the
  * OS. This is primarily used for hiding mountable and mounted volumes
  * that only are used in the OS and has little to no relevance to the
  * casual user.
  *
- * Returns; %TRUE if @mount_path is considered an implementation detail of the OS.
+ * Returns: %TRUE if @mount_path is considered an implementation detail 
+ *     of the OS.
  **/
 gboolean
 g_unix_is_mount_path_system_internal (const char *mount_path)