ruby-****@sourc*****
ruby-****@sourc*****
2011年 1月 16日 (日) 21:00:19 JST
------------------------- REMOTE_ADDR = 83.227.18.139 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?GLib%3A%3AFileAttributeInfo ------------------------- @@ -28,6 +28,51 @@ * Returns: The GLib::FileAttribute::Type of this attribute += class GLib::FileAttribute::InfoFlags + +Flags specifying the behaviour of an attribute. + +== Object Hierarchy + +* Object + * GLib::Flags + * GLib::FileAttributeInfo::Flags + +== Instance Methods + +--- copy_when_moved? + + Checks whether or not the attribute values are copied when the file is + moved. + + * Returns: true if the attribute values are copied when the file is moved + +--- copy_with_file? + + Checks whether or not attribute values are copied when the file is copied. + + * Returns: true if the attribute values are copied when the file is copied + +--- none? + + Checks whether or not any flags are set. + + * Returns: true if no flags have been set + +== Constants + +--- COPY_WHEN_MOVED + + Copy the attribute values when the file is moved + +--- COPY_WITH_FILE + + Copy the attribute values when the file is copied + +--- NONE + + No flags set + == See Also == ChangeLog