svn path=/trunk/; revision=6214
This commit is contained in:
Matthias Clasen 2007-12-30 05:54:31 +00:00
parent c014e5f8de
commit 265646ec64
3 changed files with 57 additions and 29 deletions

View 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> 2007-12-29 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/spawn.sgml: Add a warning about allowed functions * glib/tmpl/spawn.sgml: Add a warning about allowed functions

View File

@ -17,13 +17,14 @@ HFILE_GLOB=$(top_srcdir)/gio/*.h
CFILE_GLOB=$(top_srcdir)/gio/*.c CFILE_GLOB=$(top_srcdir)/gio/*.c
# Headers to ignore # Headers to ignore
IGNORE_HFILES= \ IGNORE_HFILES= \
fam-helper.h \ fam-helper.h \
gasynchelper.h \ gasynchelper.h \
gcontenttypeprivate.h \ gcontenttypeprivate.h \
gdummyfile.h \ gdummyfile.h \
gfamdirectorymonitor.h \ gfamdirectorymonitor.h \
gfamfilemonitor.h \ gfamfilemonitor.h \
gfileattribute-priv.h \
ginotifydirectorymonitor.h \ ginotifydirectorymonitor.h \
ginotifyfilemonitor.h \ ginotifyfilemonitor.h \
gio-marshal.h \ gio-marshal.h \

View File

@ -153,25 +153,25 @@ GFileEnumeratorPrivate
GFileAttributeMatcher GFileAttributeMatcher
GFileType GFileType
GFileInfo GFileInfo
G_FILE_ATTRIBUTE_STD_TYPE G_FILE_ATTRIBUTE_STANDARD_TYPE
G_FILE_ATTRIBUTE_STD_IS_HIDDEN G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN
G_FILE_ATTRIBUTE_STD_IS_BACKUP G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP
G_FILE_ATTRIBUTE_STD_IS_SYMLINK G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK
G_FILE_ATTRIBUTE_STD_IS_VIRTUAL G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL
G_FILE_ATTRIBUTE_STD_NAME G_FILE_ATTRIBUTE_STANDARD_NAME
G_FILE_ATTRIBUTE_STD_DISPLAY_NAME G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME
G_FILE_ATTRIBUTE_STD_EDIT_NAME G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME
G_FILE_ATTRIBUTE_STD_COPY_NAME G_FILE_ATTRIBUTE_STANDARD_COPY_NAME
G_FILE_ATTRIBUTE_STD_ICON G_FILE_ATTRIBUTE_STANDARD_ICON
G_FILE_ATTRIBUTE_STD_CONTENT_TYPE G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE
G_FILE_ATTRIBUTE_STD_FAST_CONTENT_TYPE G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE
G_FILE_ATTRIBUTE_STD_SIZE G_FILE_ATTRIBUTE_STANDARD_SIZE
G_FILE_ATTRIBUTE_STD_SYMLINK_TARGET G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET
G_FILE_ATTRIBUTE_STD_TARGET_URI G_FILE_ATTRIBUTE_STANDARD_TARGET_URI
G_FILE_ATTRIBUTE_STD_SORT_ORDER G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
G_FILE_ATTRIBUTE_ETAG_VALUE G_FILE_ATTRIBUTE_ETAG_VALUE
G_FILE_ATTRIBUTE_ID_FILE 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_READ
G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE
G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE
@ -208,10 +208,10 @@ G_FILE_ATTRIBUTE_OWNER_USER_REAL
G_FILE_ATTRIBUTE_OWNER_GROUP G_FILE_ATTRIBUTE_OWNER_GROUP
G_FILE_ATTRIBUTE_THUMBNAIL_PATH G_FILE_ATTRIBUTE_THUMBNAIL_PATH
G_FILE_ATTRIBUTE_THUMBNAILING_FAILED G_FILE_ATTRIBUTE_THUMBNAILING_FAILED
G_FILE_ATTRIBUTE_FS_SIZE G_FILE_ATTRIBUTE_FILESYSTEM_SIZE
G_FILE_ATTRIBUTE_FS_FREE G_FILE_ATTRIBUTE_FILESYSTEM_FREE
G_FILE_ATTRIBUTE_FS_TYPE G_FILE_ATTRIBUTE_FILESYSTEM_TYPE
G_FILE_ATTRIBUTE_FS_READONLY G_FILE_ATTRIBUTE_FILESYSTEM_READONLY
G_FILE_ATTRIBUTE_GVFS_BACKEND G_FILE_ATTRIBUTE_GVFS_BACKEND
g_file_info_new g_file_info_new
g_file_info_dup g_file_info_dup
@ -294,8 +294,6 @@ g_file_info_get_type
GFileAttributeType GFileAttributeType
GFileAttributeInfoFlags GFileAttributeInfoFlags
GFileAttributeStatus GFileAttributeStatus
G_FILE_ATTRIBUTE_VALUE_INIT
GFileAttributeValue
GFileAttributeInfo GFileAttributeInfo
GFileAttributeInfoList GFileAttributeInfoList
g_file_attribute_info_list_new g_file_attribute_info_list_new
@ -787,6 +785,9 @@ g_volume_monitor_get
g_volume_monitor_get_connected_drives g_volume_monitor_get_connected_drives
g_volume_monitor_get_volumes g_volume_monitor_get_volumes
g_volume_monitor_get_mounts 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> <SUBSECTION Standard>
GVolumeMonitorClass GVolumeMonitorClass
G_VOLUME_MONITOR G_VOLUME_MONITOR
@ -804,14 +805,21 @@ g_volume_monitor_get_type
<TITLE>GMount</TITLE> <TITLE>GMount</TITLE>
GMount GMount
GMountIface GMountIface
g_mount_can_unmount
g_mount_get_drive
g_mount_get_icon
g_mount_get_name g_mount_get_name
g_mount_get_uuid
g_mount_get_icon
g_mount_get_drive
g_mount_get_root g_mount_get_root
g_mount_get_volume g_mount_get_volume
g_mount_can_unmount
GMountUnmountFlags
g_mount_unmount g_mount_unmount
g_mount_unmount_finish g_mount_unmount_finish
g_mount_remount
g_mount_remount_finish
g_mount_can_eject
g_mount_eject
g_mount_eject_finish
<SUBSECTION Standard> <SUBSECTION Standard>
G_IS_MOUNT G_IS_MOUNT
G_MOUNT G_MOUNT
@ -827,12 +835,16 @@ g_mount_get_type
GVolume GVolume
GVolumeIface GVolumeIface
g_volume_get_name g_volume_get_name
g_volume_get_uuid
g_volume_get_icon g_volume_get_icon
g_volume_get_drive g_volume_get_drive
g_volume_can_mount
g_volume_get_mount g_volume_get_mount
g_volume_can_mount
g_volume_mount g_volume_mount
g_volume_mount_finish g_volume_mount_finish
g_volume_can_eject
g_volume_eject
g_volume_eject_finish
<SUBSECTION Standard> <SUBSECTION Standard>
G_VOLUME G_VOLUME
G_IS_VOLUME G_IS_VOLUME
@ -1094,7 +1106,6 @@ GUnixMountPoint
GUnixMountEntry GUnixMountEntry
GUnixMountMonitor GUnixMountMonitor
g_unix_mount_free g_unix_mount_free
g_unix_mount_point_free
g_unix_mount_compare g_unix_mount_compare
g_unix_mount_get_mount_path g_unix_mount_get_mount_path
g_unix_mount_get_device_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_is_system_internal
g_unix_mount_guess_icon g_unix_mount_guess_icon
g_unix_mount_guess_name 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_compare
g_unix_mount_point_get_mount_path g_unix_mount_point_get_mount_path
g_unix_mount_point_get_device_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_is_loopback
g_unix_mount_point_guess_icon g_unix_mount_point_guess_icon
g_unix_mount_point_guess_name g_unix_mount_point_guess_name
g_unix_mount_point_guess_can_eject
g_unix_mount_points_get g_unix_mount_points_get
g_unix_mounts_get g_unix_mounts_get
g_unix_mount_at g_unix_mount_at
@ -1134,6 +1148,14 @@ G_UNIX_MOUNT_CLASS
G_TYPE_UNIX_MOUNT G_TYPE_UNIX_MOUNT
<SUBSECTION Private> <SUBSECTION Private>
g_unix_mount_monitor_get_type 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>
<SECTION> <SECTION>