mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Removed unnecessary file
2007-11-28 Alexander Larsson <alexl@redhat.com> * Makefile.am: * gdriveprivate.h: Removed unnecessary file * gdesktopappinfo.[ch]: * gdummyfile.[ch]: * gfile.c: * glocaldirectorymonitor.[ch]: * glocalfile.[ch]: * glocalfileenumerator.[ch]: * glocalfileinputstream.[ch]: * glocalfilemonitor.[ch]: * glocalfileoutputstream.[ch]: * glocalvfs.[ch]: * gnativevolumemonitor.c: * gpollfilemonitor.[ch]: * gunionvolumemonitor.[ch]: * gunixdrive.[ch]: * gunixvolume.[ch]: * gunixvolumemonitor.[ch]: * gvfs.c: * gvolumeprivate.h: * inotify/ginotifydirectorymonitor.[ch]: * inotify/ginotifyfilemonitor.[ch]: * inotify/inotify-helper.c: Append _ to all internal functions * gio.symbols: Add missing symbols Export symbols needed for modules svn path=/trunk/; revision=5977
This commit is contained in:
committed by
Alexander Larsson
parent
3deb5aceda
commit
d9594f5709
@@ -347,11 +347,19 @@ g_file_info_get_attribute
|
||||
g_file_info_get_attribute_string
|
||||
g_file_info_get_attribute_byte_string
|
||||
g_file_info_get_attribute_boolean
|
||||
g_file_info_get_attribute_uint32
|
||||
g_file_info_get_attribute_int32
|
||||
g_file_info_get_attribute_uint64
|
||||
g_file_info_get_attribute_int64
|
||||
g_file_info_get_attribute_object
|
||||
g_file_info_set_attribute
|
||||
g_file_info_set_attribute_string
|
||||
g_file_info_set_attribute_byte_string
|
||||
g_file_info_set_attribute_boolean
|
||||
g_file_info_set_attribute_uint32
|
||||
g_file_info_set_attribute_int32
|
||||
g_file_info_set_attribute_uint64
|
||||
g_file_info_set_attribute_int64
|
||||
g_file_info_set_attribute_object
|
||||
g_file_info_clear_status
|
||||
g_file_info_get_file_type
|
||||
@@ -382,6 +390,8 @@ g_file_info_set_size
|
||||
g_file_info_set_modification_time
|
||||
g_file_info_set_symlink_target
|
||||
g_file_info_set_sort_order
|
||||
g_file_attribute_matcher_new
|
||||
g_file_attribute_matcher_ref
|
||||
g_file_attribute_matcher_unref
|
||||
g_file_attribute_matcher_matches
|
||||
g_file_attribute_matcher_matches_only
|
||||
@@ -686,3 +696,21 @@ g_volume_monitor_get_connected_drives
|
||||
g_volume_monitor_get
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__G_NATIVE_VOLUME_MONITOR_H__)
|
||||
#if IN_FILE(__G_NATIVE_VOLUME_MONITOR_C__)
|
||||
g_native_volume_monitor_get_type G_GNUC_CONST
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__)
|
||||
#if IN_FILE(__G_LOCAL_FILE_MONITOR_C__)
|
||||
g_local_file_monitor_get_type G_GNUC_CONST
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__)
|
||||
#if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__)
|
||||
g_local_directory_monitor_get_type G_GNUC_CONST
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user