public abstract GLib.Icon get_icon ();
public abstract string get_identifier (string kind);
public abstract string get_name ();
- public abstract unowned string get_sort_key ();
+ public virtual unowned string get_sort_key ();
public abstract GLib.DriveStartStopType get_start_stop_type ();
public abstract GLib.List<GLib.Volume> get_volumes ();
public abstract bool has_media ();
public abstract string get_identifier (string kind);
public abstract GLib.Mount get_mount ();
public abstract string get_name ();
- public abstract unowned string get_sort_key ();
+ public virtual unowned string get_sort_key ();
public abstract string get_uuid ();
[CCode (vfunc_name = "mount_fn")]
public abstract async bool mount (GLib.MountMountFlags flags, GLib.MountOperation? mount_operation, GLib.Cancellable? cancellable = null) throws GLib.Error;
.name_owner nullable
DBusServer
.new_sync.observer default=null
+Drive
+ .get_sort_key#virtual_method virtual
File
.monitor_dir* throws="GLib.IOError"
.monitor_file throws="GLib.IOError"
// TODO: should probably be a simple generic
.local_file_add_info.extra_data default=null
.local_file_add_info.free_extra_data nullable default=null
+Volume
+ .get_sort_key#virtual_method virtual
ZlibCompressor
.new.level default=-1
Converter