public bool get_is_backup ();
public bool get_is_hidden ();
public bool get_is_symlink ();
- public void get_modification_time (GLib.TimeVal _result);
+ public void get_modification_time (out GLib.TimeVal _result);
public unowned string get_name ();
public int64 get_size ();
public int32 get_sort_order ();
[CCode (cheader_filename = "gio/gio.h")]
public class VolumeMonitor : GLib.Object {
public virtual unowned GLib.Volume adopt_orphan_mount (GLib.Mount mount);
- public static unowned GLib.VolumeMonitor get ();
+ public static unowned GLib.VolumeMonitor @get ();
public virtual unowned GLib.List get_connected_drives ();
public virtual unowned GLib.Mount get_mount_for_uuid (string uuid);
public virtual unowned GLib.List get_mounts ();
g_file_get_uri transfer_ownership="1"
g_file_get_uri_scheme transfer_ownership="1"
g_file_hash.file hidden="1"
+g_file_info_get_modification_time.result is_out="1"
g_file_load_contents.contents transfer_ownership="1"
g_file_load_contents.length is_out="1"
g_file_load_contents.etag_out transfer_ownership="1"
g_loadable_icon_load.type nullable="1"
g_loadable_icon_load_finish.type nullable="1"
-g_srv_target_copy transfer_ownership="1"
\ No newline at end of file
+g_srv_target_copy transfer_ownership="1"