svn path=/trunk/; revision=6559
This commit is contained in:
Matthias Clasen
2008-02-23 05:04:13 +00:00
parent 1f350a9abf
commit 5eec5db7b5
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-02-23 Matthias Clasen <mclasen@redhat.com>
* gio/gio-sections.txt: Updates
2008-02-21 Tor Lillqvist <tml@novell.com> 2008-02-21 Tor Lillqvist <tml@novell.com>
* glib/running.sgml: Clarify character set issues on Windows. * glib/running.sgml: Clarify character set issues on Windows.

View File

@@ -31,6 +31,7 @@ GFileQueryInfoFlags
GFileCreateFlags GFileCreateFlags
GFileCopyFlags GFileCopyFlags
GFileMonitorFlags GFileMonitorFlags
GFilesystemPreviewType
GFileProgressCallback GFileProgressCallback
GFileReadMoreCallback GFileReadMoreCallback
g_file_new_for_path g_file_new_for_path
@@ -48,6 +49,7 @@ g_file_get_parent
g_file_get_child g_file_get_child
g_file_get_child_for_display_name g_file_get_child_for_display_name
g_file_contains_file g_file_contains_file
g_file_has_prefix
g_file_get_relative_path g_file_get_relative_path
g_file_resolve_relative_path g_file_resolve_relative_path
g_file_is_native g_file_is_native
@@ -70,6 +72,8 @@ g_file_query_info_async
g_file_query_info_finish g_file_query_info_finish
g_file_query_exists g_file_query_exists
g_file_query_filesystem_info g_file_query_filesystem_info
g_file_query_filesystem_info_async
g_file_query_filesystem_info_finish
g_file_query_default_handler g_file_query_default_handler
g_file_find_enclosing_mount g_file_find_enclosing_mount
g_file_find_enclosing_mount_async g_file_find_enclosing_mount_async
@@ -222,6 +226,8 @@ G_FILE_ATTRIBUTE_FILESYSTEM_READONLY
G_FILE_ATTRIBUTE_GVFS_BACKEND G_FILE_ATTRIBUTE_GVFS_BACKEND
G_FILE_ATTRIBUTE_SELINUX_CONTEXT G_FILE_ATTRIBUTE_SELINUX_CONTEXT
G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT
G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW
G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION
g_file_info_new g_file_info_new
g_file_info_dup g_file_info_dup
g_file_info_copy_into g_file_info_copy_into
@@ -358,6 +364,7 @@ GThemedIcon
g_themed_icon_new g_themed_icon_new
g_themed_icon_new_from_names g_themed_icon_new_from_names
g_themed_icon_new_with_default_fallbacks g_themed_icon_new_with_default_fallbacks
g_themed_icon_append_name
<SUBSECTION Standard> <SUBSECTION Standard>
GThemedIconClass GThemedIconClass
G_THEMED_ICON G_THEMED_ICON
@@ -793,6 +800,7 @@ g_mount_get_drive
g_mount_get_root g_mount_get_root
g_mount_get_volume g_mount_get_volume
g_mount_can_unmount g_mount_can_unmount
GMountMountFlags
GMountUnmountFlags GMountUnmountFlags
g_mount_unmount g_mount_unmount
g_mount_unmount_finish g_mount_unmount_finish