⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gfile.h

📁 windows平台下开发gtk程序所需要的库和头文件等
💻 H
📖 第 1 页 / 共 4 页
字号:
							   gpointer                    user_data);gboolean                g_file_copy_finish                (GFile                      *file,							   GAsyncResult               *res,							   GError                    **error);gboolean                g_file_move                       (GFile                      *source,							   GFile                      *destination,							   GFileCopyFlags              flags,							   GCancellable               *cancellable,							   GFileProgressCallback       progress_callback,							   gpointer                    progress_callback_data,							   GError                    **error);gboolean                g_file_make_directory             (GFile                      *file,							   GCancellable               *cancellable,							   GError                    **error);gboolean                g_file_make_directory_with_parents (GFile                     *file,		                                           GCancellable               *cancellable,		                                           GError                    **error);gboolean                g_file_make_symbolic_link         (GFile                      *file,							   const char                 *symlink_value,							   GCancellable               *cancellable,							   GError                    **error);GFileAttributeInfoList *g_file_query_settable_attributes  (GFile                      *file,							   GCancellable               *cancellable,							   GError                    **error);GFileAttributeInfoList *g_file_query_writable_namespaces  (GFile                      *file,							   GCancellable               *cancellable,							   GError                    **error);gboolean                g_file_set_attribute              (GFile                      *file,							   const char                 *attribute,							   GFileAttributeType          type,							   gpointer                    value_p,							   GFileQueryInfoFlags         flags,							   GCancellable               *cancellable,							   GError                    **error);gboolean                g_file_set_attributes_from_info   (GFile                      *file,							   GFileInfo                  *info,							   GFileQueryInfoFlags         flags,							   GCancellable               *cancellable,							   GError                    **error);void                    g_file_set_attributes_async       (GFile                      *file,							   GFileInfo                  *info,							   GFileQueryInfoFlags         flags,							   int                         io_priority,							   GCancellable               *cancellable,							   GAsyncReadyCallback         callback,							   gpointer                    user_data);gboolean                g_file_set_attributes_finish      (GFile                      *file,							   GAsyncResult               *result,							   GFileInfo                 **info,							   GError                    **error);gboolean                g_file_set_attribute_string       (GFile                      *file,							   const char                 *attribute,							   const char                 *value,							   GFileQueryInfoFlags         flags,							   GCancellable               *cancellable,							   GError                    **error);gboolean                g_file_set_attribute_byte_string  (GFile                      *file,							   const char                 *attribute,							   const char                 *value,							   GFileQueryInfoFlags         flags,							   GCancellable               *cancellable,							   GError                    **error);gboolean                g_file_set_attribute_uint32       (GFile                      *file,							   const char                 *attribute,							   guint32                     value,							   GFileQueryInfoFlags         flags,							   GCancellable               *cancellable,							   GError                    **error);gboolean                g_file_set_attribute_int32        (GFile                      *file,							   const char                 *attribute,							   gint32                      value,							   GFileQueryInfoFlags         flags,							   GCancellable               *cancellable,							   GError                    **error);gboolean                g_file_set_attribute_uint64       (GFile                      *file,							   const char                 *attribute,							   guint64                     value,							   GFileQueryInfoFlags         flags,							   GCancellable               *cancellable,							   GError                    **error);gboolean                g_file_set_attribute_int64        (GFile                      *file,							   const char                 *attribute,							   gint64                      value,							   GFileQueryInfoFlags         flags,							   GCancellable               *cancellable,							   GError                    **error);void                    g_file_mount_enclosing_volume     (GFile                      *location,							   GMountMountFlags            flags,							   GMountOperation            *mount_operation,							   GCancellable               *cancellable,							   GAsyncReadyCallback         callback,							   gpointer                    user_data);gboolean                g_file_mount_enclosing_volume_finish (GFile                      *location,							   GAsyncResult               *result,							   GError                    **error);void                    g_file_mount_mountable            (GFile                      *file,							   GMountMountFlags            flags,							   GMountOperation            *mount_operation,							   GCancellable               *cancellable,							   GAsyncReadyCallback         callback,							   gpointer                    user_data);GFile *                 g_file_mount_mountable_finish     (GFile                      *file,							   GAsyncResult               *result,							   GError                    **error);void                    g_file_unmount_mountable          (GFile                      *file,							   GMountUnmountFlags          flags,							   GCancellable               *cancellable,							   GAsyncReadyCallback         callback,							   gpointer                    user_data);gboolean                g_file_unmount_mountable_finish   (GFile                      *file,							   GAsyncResult               *result,							   GError                    **error);void                    g_file_eject_mountable            (GFile                      *file,							   GMountUnmountFlags          flags,							   GCancellable               *cancellable,							   GAsyncReadyCallback         callback,							   gpointer                    user_data);gboolean                g_file_eject_mountable_finish     (GFile                      *file,							   GAsyncResult               *result,							   GError                    **error);gboolean                g_file_copy_attributes            (GFile                      *source,							   GFile                      *destination,							   GFileCopyFlags              flags,							   GCancellable               *cancellable,							   GError                    **error);GFileMonitor*           g_file_monitor_directory          (GFile                  *file,							   GFileMonitorFlags       flags,							   GCancellable           *cancellable,							   GError                **error);GFileMonitor*           g_file_monitor_file               (GFile                  *file,							   GFileMonitorFlags       flags,							   GCancellable           *cancellable,							   GError                **error);GFileMonitor*           g_file_monitor                    (GFile                  *file,							   GFileMonitorFlags       flags,							   GCancellable           *cancellable,							   GError                **error);/* Utilities */GAppInfo *g_file_query_default_handler       (GFile                  *file,					      GCancellable           *cancellable,					      GError                **error);gboolean g_file_load_contents                (GFile                  *file,					      GCancellable           *cancellable,					      char                  **contents,					      gsize                  *length,					      char                  **etag_out,					      GError                **error);void     g_file_load_contents_async          (GFile                  *file,					      GCancellable           *cancellable,					      GAsyncReadyCallback     callback,					      gpointer                user_data);gboolean g_file_load_contents_finish         (GFile                  *file,					      GAsyncResult           *res,					      char                  **contents,					      gsize                  *length,					      char                  **etag_out,					      GError                **error);void     g_file_load_partial_contents_async  (GFile                  *file,					      GCancellable           *cancellable,					      GFileReadMoreCallback   read_more_callback,					      GAsyncReadyCallback     callback,					      gpointer                user_data);gboolean g_file_load_partial_contents_finish (GFile                  *file,					      GAsyncResult           *res,					      char                  **contents,					      gsize                  *length,					      char                  **etag_out,					      GError                **error);gboolean g_file_replace_contents             (GFile                  *file,					      const char             *contents,					      gsize                   length,					      const char             *etag,					      gboolean                make_backup,					      GFileCreateFlags        flags,					      char                  **new_etag,					      GCancellable           *cancellable,					      GError                **error);void     g_file_replace_contents_async       (GFile                  *file,					      const char             *contents,					      gsize                   length,					      const char             *etag,					      gboolean                make_backup,					      GFileCreateFlags        flags,					      GCancellable           *cancellable,					      GAsyncReadyCallback     callback,					      gpointer                user_data);gboolean g_file_replace_contents_finish      (GFile                  *file,					      GAsyncResult           *res,					      char                  **new_etag,					      GError                **error);G_END_DECLS#endif /* __G_FILE_H__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -