X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgfile.h;h=3b63bf2dfb5937cc396fce4d481ea9b5aaff7dd6;hb=f5063650794c987868830241a630993e624eabd9;hp=361c04ea64b3fc76240c0b828a6857ad65c122c7;hpb=2ceae92eeb706d21b06a59418a6b3cbcc41f4faa;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gfile.h b/gio/gfile.h index 361c04e..3b63bf2 100644 --- a/gio/gfile.h +++ b/gio/gfile.h @@ -341,7 +341,8 @@ struct _GFileIface gboolean (*set_attribute) (GFile *file, const char *attribute, - const GFileAttributeValue *value, + GFileAttributeType type, + gpointer value_p, GFileQueryInfoFlags flags, GCancellable *cancellable, GError **error); @@ -679,7 +680,8 @@ GFileAttributeInfoList *g_file_query_writable_namespaces (GFile GError **error); gboolean g_file_set_attribute (GFile *file, const char *attribute, - const GFileAttributeValue *value, + GFileAttributeType type, + gpointer value_p, GFileQueryInfoFlags flags, GCancellable *cancellable, GError **error);