Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Dec 2007 05:54:31 +0000 (05:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Dec 2007 05:54:31 +0000 (05:54 +0000)
svn path=/trunk/; revision=6214

docs/reference/ChangeLog
docs/reference/gio/Makefile.am
docs/reference/gio/gio-sections.txt

index a1c4d90..52b0a0d 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gio/Makefile.am:
+       * gio/gio-sections.txt: Updates
+
 2007-12-29  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/tmpl/spawn.sgml: Add a warning about allowed functions
index 9aad48f..1227397 100644 (file)
@@ -17,13 +17,14 @@ HFILE_GLOB=$(top_srcdir)/gio/*.h
 CFILE_GLOB=$(top_srcdir)/gio/*.c
 
 # Headers to ignore
-IGNORE_HFILES=                            \
+IGNORE_HFILES=                         \
        fam-helper.h                    \
        gasynchelper.h                  \
        gcontenttypeprivate.h           \
        gdummyfile.h                    \
        gfamdirectorymonitor.h          \
        gfamfilemonitor.h               \
+       gfileattribute-priv.h           \
        ginotifydirectorymonitor.h      \
        ginotifyfilemonitor.h           \
        gio-marshal.h                   \
index 4a45d35..4925a40 100644 (file)
@@ -153,25 +153,25 @@ GFileEnumeratorPrivate
 GFileAttributeMatcher
 GFileType
 GFileInfo
-G_FILE_ATTRIBUTE_STD_TYPE
-G_FILE_ATTRIBUTE_STD_IS_HIDDEN
-G_FILE_ATTRIBUTE_STD_IS_BACKUP
-G_FILE_ATTRIBUTE_STD_IS_SYMLINK
-G_FILE_ATTRIBUTE_STD_IS_VIRTUAL
-G_FILE_ATTRIBUTE_STD_NAME
-G_FILE_ATTRIBUTE_STD_DISPLAY_NAME
-G_FILE_ATTRIBUTE_STD_EDIT_NAME
-G_FILE_ATTRIBUTE_STD_COPY_NAME
-G_FILE_ATTRIBUTE_STD_ICON
-G_FILE_ATTRIBUTE_STD_CONTENT_TYPE
-G_FILE_ATTRIBUTE_STD_FAST_CONTENT_TYPE
-G_FILE_ATTRIBUTE_STD_SIZE
-G_FILE_ATTRIBUTE_STD_SYMLINK_TARGET
-G_FILE_ATTRIBUTE_STD_TARGET_URI
-G_FILE_ATTRIBUTE_STD_SORT_ORDER
+G_FILE_ATTRIBUTE_STANDARD_TYPE
+G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN
+G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP
+G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK
+G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL
+G_FILE_ATTRIBUTE_STANDARD_NAME
+G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME
+G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME
+G_FILE_ATTRIBUTE_STANDARD_COPY_NAME
+G_FILE_ATTRIBUTE_STANDARD_ICON
+G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE
+G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE
+G_FILE_ATTRIBUTE_STANDARD_SIZE
+G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET
+G_FILE_ATTRIBUTE_STANDARD_TARGET_URI
+G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
 G_FILE_ATTRIBUTE_ETAG_VALUE
 G_FILE_ATTRIBUTE_ID_FILE
-G_FILE_ATTRIBUTE_ID_FS
+G_FILE_ATTRIBUTE_ID_FILESYSTEM
 G_FILE_ATTRIBUTE_ACCESS_CAN_READ
 G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE
 G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE
@@ -208,10 +208,10 @@ G_FILE_ATTRIBUTE_OWNER_USER_REAL
 G_FILE_ATTRIBUTE_OWNER_GROUP
 G_FILE_ATTRIBUTE_THUMBNAIL_PATH
 G_FILE_ATTRIBUTE_THUMBNAILING_FAILED
-G_FILE_ATTRIBUTE_FS_SIZE
-G_FILE_ATTRIBUTE_FS_FREE
-G_FILE_ATTRIBUTE_FS_TYPE
-G_FILE_ATTRIBUTE_FS_READONLY
+G_FILE_ATTRIBUTE_FILESYSTEM_SIZE
+G_FILE_ATTRIBUTE_FILESYSTEM_FREE
+G_FILE_ATTRIBUTE_FILESYSTEM_TYPE
+G_FILE_ATTRIBUTE_FILESYSTEM_READONLY
 G_FILE_ATTRIBUTE_GVFS_BACKEND
 g_file_info_new
 g_file_info_dup
@@ -294,8 +294,6 @@ g_file_info_get_type
 GFileAttributeType
 GFileAttributeInfoFlags
 GFileAttributeStatus
-G_FILE_ATTRIBUTE_VALUE_INIT
-GFileAttributeValue
 GFileAttributeInfo
 GFileAttributeInfoList
 g_file_attribute_info_list_new
@@ -787,6 +785,9 @@ g_volume_monitor_get
 g_volume_monitor_get_connected_drives
 g_volume_monitor_get_volumes
 g_volume_monitor_get_mounts
+g_volume_monitor_adopt_orphan_mount
+g_volume_monitor_get_mount_for_uuid
+g_volume_monitor_get_volume_for_uuid
 <SUBSECTION Standard>
 GVolumeMonitorClass
 G_VOLUME_MONITOR
@@ -804,14 +805,21 @@ g_volume_monitor_get_type
 <TITLE>GMount</TITLE>
 GMount
 GMountIface
-g_mount_can_unmount
-g_mount_get_drive
-g_mount_get_icon
 g_mount_get_name
+g_mount_get_uuid
+g_mount_get_icon
+g_mount_get_drive
 g_mount_get_root
 g_mount_get_volume
+g_mount_can_unmount
+GMountUnmountFlags
 g_mount_unmount
 g_mount_unmount_finish
+g_mount_remount
+g_mount_remount_finish
+g_mount_can_eject
+g_mount_eject
+g_mount_eject_finish
 <SUBSECTION Standard>
 G_IS_MOUNT
 G_MOUNT
@@ -827,12 +835,16 @@ g_mount_get_type
 GVolume
 GVolumeIface
 g_volume_get_name
+g_volume_get_uuid
 g_volume_get_icon
 g_volume_get_drive
-g_volume_can_mount
 g_volume_get_mount
+g_volume_can_mount
 g_volume_mount
 g_volume_mount_finish
+g_volume_can_eject
+g_volume_eject
+g_volume_eject_finish
 <SUBSECTION Standard>
 G_VOLUME
 G_IS_VOLUME
@@ -1094,7 +1106,6 @@ GUnixMountPoint
 GUnixMountEntry
 GUnixMountMonitor
 g_unix_mount_free
-g_unix_mount_point_free
 g_unix_mount_compare
 g_unix_mount_get_mount_path
 g_unix_mount_get_device_path
@@ -1103,6 +1114,8 @@ g_unix_mount_is_readonly
 g_unix_mount_is_system_internal
 g_unix_mount_guess_icon
 g_unix_mount_guess_name
+g_unix_mount_guess_can_eject
+g_unix_mount_point_free
 g_unix_mount_point_compare
 g_unix_mount_point_get_mount_path
 g_unix_mount_point_get_device_path
@@ -1112,6 +1125,7 @@ g_unix_mount_point_is_user_mountable
 g_unix_mount_point_is_loopback
 g_unix_mount_point_guess_icon
 g_unix_mount_point_guess_name
+g_unix_mount_point_guess_can_eject
 g_unix_mount_points_get
 g_unix_mounts_get
 g_unix_mount_at
@@ -1134,6 +1148,14 @@ G_UNIX_MOUNT_CLASS
 G_TYPE_UNIX_MOUNT
 <SUBSECTION Private>
 g_unix_mount_monitor_get_type
+G_IS_UNIX_VOLUME_MONITOR
+G_IS_UNIX_VOLUME_MONITOR_CLASS
+G_TYPE_UNIX_VOLUME_MONITOR
+G_UNIX_VOLUME_MONITOR
+G_UNIX_VOLUME_MONITOR_CLASS
+GUnixVolume
+GUnixVolumeMonitor
+GUnixVolumeMonitorClass
 </SECTION>
 
 <SECTION>