From: Rico Tzschichholz Date: Thu, 22 Mar 2018 19:44:15 +0000 (+0100) Subject: vapi: Remove gdu and gdu-gtk bindings X-Git-Tag: 0.41.90~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad1fe807e02c87c85c9ffcaa4acab7201bbba9b7;p=thirdparty%2Fvala.git vapi: Remove gdu and gdu-gtk bindings Their replacement is udisks2 for a long time. https://bugzilla.gnome.org/show_bug.cgi?id=794608 --- diff --git a/vapi/Makefile.am b/vapi/Makefile.am index 5e8a208b8..36f823998 100644 --- a/vapi/Makefile.am +++ b/vapi/Makefile.am @@ -57,10 +57,6 @@ dist_vapi_DATA = \ gdl-1.0.vapi \ gdl-3.0.deps \ gdl-3.0.vapi \ - gdu.deps \ - gdu.vapi \ - gdu-gtk.deps \ - gdu-gtk.vapi \ gedit-2.20.vapi \ gedit-2.20.deps \ gio-2.0.vapi \ @@ -288,8 +284,6 @@ GIDL_BINDINGS = \ gdk-x11-2.0 \ gdk-x11-3.0 \ gdl-1.0 \ - gdu \ - gdk-gtk \ gio-unix-2.0 \ gnome-desktop-2.0 \ gnome-vfs-2.0 \ @@ -469,12 +463,6 @@ gdl-1.0: gdl-3.0: $(GENVAPI) --library $(srcdir)/gdl-3.0 --pkg gio-2.0 --pkg gtk+-3.0 --metadatadir $(METADATADIR) $(GIRDIR)/Gdl-3.gir -gdu: - $(GENVAPI) --library $(srcdir)/gdu $(PACKAGESDIR)/gdu/gdu.gi - -gdu-gtk: - $(GENVAPI) --library $(srcdir)/gdu-gtk $(PACKAGESDIR)/gdu-gtk/gdu-gtk.gi - gedit-2.20: $(GENVAPI) --library $(srcdir)/gedit-2.20 $(PACKAGESDIR)/gedit-2.20/gedit-2.20.gi diff --git a/vapi/gdu-gtk.deps b/vapi/gdu-gtk.deps deleted file mode 100644 index 23f42dd3b..000000000 --- a/vapi/gdu-gtk.deps +++ /dev/null @@ -1,2 +0,0 @@ -gdu -gtk+-2.0 diff --git a/vapi/gdu-gtk.vapi b/vapi/gdu-gtk.vapi deleted file mode 100644 index 06fb307a6..000000000 --- a/vapi/gdu-gtk.vapi +++ /dev/null @@ -1,466 +0,0 @@ -/* gdu-gtk.vapi generated by vapigen, do not modify. */ - -namespace Gdu { - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class AddComponentLinuxMdDialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public AddComponentLinuxMdDialog (Gtk.Window parent, Gdu.AddComponentLinuxMdFlags flags, Gdu.LinuxMdDrive linux_md_drive); - public unowned GLib.GenericArray get_drives (); - public uint64 get_size (); - public GLib.GenericArray drives { get; } - [NoAccessorMethod] - public Gdu.AddComponentLinuxMdFlags flags { get; construct; } - public uint64 size { get; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class AddPvLinuxLvm2Dialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public AddPvLinuxLvm2Dialog (Gtk.Window parent, Gdu.LinuxLvm2VolumeGroup vg); - public unowned Gdu.Drive get_drive (); - public uint64 get_size (); - public Gdu.Drive drive { get; } - public uint64 size { get; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class AtaSmartDialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public AtaSmartDialog (Gtk.Window parent, Gdu.Drive drive); - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class ButtonElement : GLib.Object { - [CCode (has_construct_function = false)] - public ButtonElement (string icon_name, string primary_text, string secondary_text); - public unowned string get_icon_name (); - public unowned string get_primary_text (); - public unowned string get_secondary_text (); - public bool get_visible (); - public void set_icon_name (string icon_name); - public void set_primary_text (string primary_text); - public void set_secondary_text (string primary_text); - public void set_visible (bool visible); - public string icon_name { get; set construct; } - public string primary_text { get; set construct; } - public string secondary_text { get; set construct; } - public bool visible { get; set construct; } - public virtual signal void changed (); - public virtual signal void clicked (); - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class ButtonTable : Gtk.HBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public ButtonTable (uint num_columns, GLib.GenericArray elements); - public GLib.GenericArray get_elements (); - public uint get_num_columns (); - public void set_elements (GLib.GenericArray elements); - public void set_num_columns (uint num_columns); - public GLib.GenericArray elements { get; set construct; } - public uint num_columns { get; set construct; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - [Compact] - public class Color { - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class ConfirmationDialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public ConfirmationDialog (Gtk.Window parent, Gdu.Presentable presentable, string message, string button_text); - [CCode (has_construct_function = false, type = "GtkWidget*")] - public ConfirmationDialog.for_drive (Gtk.Window parent, Gdu.Device device, string message, string button_text); - [CCode (has_construct_function = false, type = "GtkWidget*")] - public ConfirmationDialog.for_volume (Gtk.Window parent, Gdu.Device device, string message, string button_text); - [NoAccessorMethod] - public string button_text { owned get; construct; } - [NoAccessorMethod] - public string message { owned get; construct; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class ConnectToServerDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public ConnectToServerDialog (Gtk.Window parent); - public unowned string get_address (); - public unowned string get_user_name (); - public string address { get; } - public string user_name { get; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class CreateLinuxLvm2VolumeDialog : Gdu.FormatDialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public CreateLinuxLvm2VolumeDialog (Gtk.Window parent, Gdu.Presentable presentable, uint64 max_size, Gdu.FormatDialogFlags flags); - public uint64 get_max_size (); - public uint64 get_size (); - public uint64 max_size { get; construct; } - public uint64 size { get; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class CreateLinuxMdDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public CreateLinuxMdDialog (Gtk.Window parent, Gdu.Pool pool); - public uint64 get_component_size (); - public GLib.GenericArray get_drives (); - public unowned string get_level (); - public uint64 get_size (); - public uint64 get_stripe_size (); - public uint64 component_size { get; } - public GLib.GenericArray drives { get; } - public string level { get; } - public string name { get; } - [NoAccessorMethod] - public Gdu.Pool pool { owned get; construct; } - public uint64 size { get; } - public uint64 stripe_size { get; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class CreatePartitionDialog : Gdu.FormatDialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public CreatePartitionDialog (Gtk.Window parent, Gdu.Presentable presentable, uint64 max_size, Gdu.FormatDialogFlags flags); - [CCode (has_construct_function = false, type = "GtkWidget*")] - public CreatePartitionDialog.for_drive (Gtk.Window parent, Gdu.Device device, uint64 max_size, Gdu.FormatDialogFlags flags); - public uint64 get_max_size (); - public uint64 get_size (); - public uint64 max_size { get; construct; } - public uint64 size { get; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - [Compact] - public class Curve { - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class DetailsElement : GLib.Object { - [CCode (has_construct_function = false)] - public DetailsElement (string heading, string text, string tooltip); - public unowned string get_action_text (); - public unowned string get_action_tooltip (); - public unowned string get_action_uri (); - public unowned string get_heading (); - public unowned GLib.Icon get_icon (); - public bool get_is_spinning (); - public double get_progress (); - public unowned string get_text (); - public uint64 get_time (); - public unowned string get_tooltip (); - public unowned Gtk.Widget get_widget (); - public void set_action_text (string action_text); - public void set_action_tooltip (string action_tooltip); - public void set_action_uri (string action_uri); - public void set_heading (string heading); - public void set_icon (GLib.Icon icon); - public void set_is_spinning (bool is_spinning); - public void set_progress (double progress); - public void set_text (string text); - public void set_time (uint64 time); - public void set_tooltip (string tooltip); - public void set_widget (Gtk.Widget widget); - public string action_text { get; set construct; } - public string action_tooltip { get; set construct; } - public string action_uri { get; set construct; } - public string heading { get; set construct; } - public GLib.Icon icon { get; set construct; } - public bool is_spinning { get; set construct; } - public double progress { get; set construct; } - public string text { get; set construct; } - public uint64 time { get; set construct; } - public string tooltip { get; set construct; } - public Gtk.Widget widget { get; set construct; } - public virtual signal void activated (string uri); - public virtual signal void changed (); - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class DetailsTable : Gtk.HBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public DetailsTable (uint num_columns, GLib.GenericArray elements); - public GLib.GenericArray get_elements (); - public uint get_num_columns (); - public void set_elements (GLib.GenericArray elements); - public void set_num_columns (uint num_columns); - public GLib.GenericArray elements { get; set construct; } - public uint num_columns { get; set construct; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class Dialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false)] - protected Dialog (); - public unowned Gdu.Device get_device (); - public unowned Gdu.Pool get_pool (); - public unowned Gdu.Presentable get_presentable (); - public Gdu.Device drive_device { construct; } - public Gdu.Presentable presentable { get; construct; } - public Gdu.Device volume_device { construct; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class DiskSelectionWidget : Gtk.VBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public DiskSelectionWidget (Gdu.Pool pool, Gdu.DiskSelectionWidgetFlags flags); - public uint64 get_component_size (); - public uint64 get_largest_segment_for_all (); - public uint64 get_largest_segment_for_selected (); - public uint get_num_available_disks (); - public unowned GLib.GenericArray get_selected_drives (); - public void set_component_size (uint64 component_size); - public uint64 component_size { get; set; } - [NoAccessorMethod] - public Gdu.DiskSelectionWidgetFlags flags { get; construct; } - public uint64 largest_segment_for_all { get; } - public uint64 largest_segment_for_selected { get; } - public uint num_available_disks { get; } - [NoAccessorMethod] - public Gdu.Pool pool { owned get; construct; } - public GLib.GenericArray selected_drives { get; } - public virtual signal void changed (); - public virtual signal unowned string is_drive_ignored (Gdu.Drive drive); - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class DriveBenchmarkDialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public DriveBenchmarkDialog (Gtk.Window parent, Gdu.Drive drive); - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class EditLinuxLvm2Dialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public EditLinuxLvm2Dialog (Gtk.Window parent, Gdu.LinuxLvm2VolumeGroup vg); - public virtual signal void new_button_clicked (); - public virtual signal void remove_button_clicked (string pv_uuid); - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class EditLinuxMdDialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public EditLinuxMdDialog (Gtk.Window parent, Gdu.LinuxMdDrive linux_md_drive); - public virtual signal void add_spare_button_clicked (); - public virtual signal void attach_button_clicked (Gdu.Device slave); - public virtual signal void expand_button_clicked (); - public virtual signal void remove_button_clicked (Gdu.Device slave); - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class EditNameDialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public EditNameDialog (Gtk.Window parent, Gdu.Presentable presentable, string name, uint name_max_bytes, string message, string entry_mnemonic); - [NoAccessorMethod] - public string entry_mnemonic { owned get; construct; } - [NoAccessorMethod] - public string message { owned get; construct; } - public string name { get; set; } - [NoAccessorMethod] - public uint name_max_bytes { get; construct; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class EditPartitionDialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public EditPartitionDialog (Gtk.Window parent, Gdu.Presentable volume); - public unowned string get_partition_flags (); - public unowned string get_partition_label (); - public unowned string get_partition_type (); - [CCode (array_length = false, array_null_terminated = true)] - public string[] partition_flags { get; } - public string partition_label { get; } - public string partition_type { get; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class ErrorDialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public ErrorDialog (Gtk.Window parent, Gdu.Presentable presentable, string message, GLib.Error error); - [CCode (has_construct_function = false, type = "GtkWidget*")] - public ErrorDialog.for_drive (Gtk.Window parent, Gdu.Device device, string message, GLib.Error error); - [CCode (has_construct_function = false, type = "GtkWidget*")] - public ErrorDialog.for_volume (Gtk.Window parent, Gdu.Device device, string message, GLib.Error error); - [NoAccessorMethod] - public Gdu.Error error { get; construct; } - [NoAccessorMethod] - public string message { owned get; construct; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class FormatDialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public FormatDialog (Gtk.Window parent, Gdu.Presentable presentable, Gdu.FormatDialogFlags flags); - [CCode (has_construct_function = false, type = "GtkWidget*")] - public FormatDialog.for_drive (Gtk.Window parent, Gdu.Device device, Gdu.FormatDialogFlags flags); - [CCode (has_construct_function = false, type = "GtkWidget*")] - public FormatDialog.for_volume (Gtk.Window parent, Gdu.Device device, Gdu.FormatDialogFlags flags); - public bool get_encrypt (); - public unowned string get_fs_label (); - public unowned string get_fs_options (); - public unowned string get_fs_type (); - public unowned Gtk.Widget get_table (); - public bool get_take_ownership (); - public string affirmative_button_mnemonic { construct; } - public bool encrypt { get; } - [NoAccessorMethod] - public Gdu.FormatDialogFlags flags { get; construct; } - public string fs_label { get; } - [CCode (array_length = false, array_null_terminated = true)] - public string[] fs_options { get; } - public string fs_type { get; } - public bool take_ownership { get; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - [Compact] - public class Graph { - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class PartitionDialog : Gdu.Dialog, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public PartitionDialog (Gtk.Window parent, Gdu.Presentable presentable); - [CCode (has_construct_function = false, type = "GtkWidget*")] - public PartitionDialog.for_drive (Gtk.Window parent, Gdu.Device device); - public unowned string get_scheme (); - public string scheme { get; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class PoolTreeModel : Gtk.TreeStore, Gtk.TreeModel, Gtk.TreeDragSource, Gtk.TreeDragDest, Gtk.TreeSortable, Gtk.Buildable { - [CCode (has_construct_function = false)] - public PoolTreeModel (GLib.GenericArray pools, Gdu.Presentable root, Gdu.PoolTreeModelFlags flags); - public bool get_iter_for_presentable (Gdu.Presentable presentable, Gtk.TreeIter out_iter); - public void set_pools (GLib.GenericArray pools); - [NoAccessorMethod] - public Gdu.PoolTreeModelFlags flags { get; construct; } - [NoAccessorMethod] - public GLib.GenericArray pools { owned get; set construct; } - [NoAccessorMethod] - public Gdu.Presentable root { owned get; construct; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class PoolTreeView : Gtk.TreeView, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public PoolTreeView (Gdu.PoolTreeModel model, Gdu.PoolTreeViewFlags flags); - public unowned Gdu.Presentable get_selected_presentable (); - public void select_first_presentable (); - public void select_presentable (Gdu.Presentable presentable); - [NoAccessorMethod] - public Gdu.PoolTreeViewFlags flags { get; construct; } - [NoAccessorMethod] - public Gdu.PoolTreeModel pool_tree_model { owned get; construct; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - [Compact] - public class Sample { - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class SizeWidget : Gtk.HBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public SizeWidget (uint64 size, uint64 min_size, uint64 max_size); - public uint64 get_max_size (); - public uint64 get_min_size (); - public uint64 get_size (); - public void set_max_size (uint64 max_size); - public void set_min_size (uint64 min_size); - public void set_size (uint64 size); - public uint64 max_size { get; set construct; } - public uint64 min_size { get; set construct; } - public uint64 size { get; set construct; } - public virtual signal void changed (); - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class Spinner : Gtk.DrawingArea, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public Spinner (); - public void start (); - public void stop (); - [NoAccessorMethod] - public string color { set construct; } - public uint lines { construct; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class TimeLabel : Gtk.Label, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public TimeLabel (GLib.TimeVal time); - public void set_time (GLib.TimeVal time); - [NoAccessorMethod] - public GLib.TimeVal time { get; set; } - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public class VolumeGrid : Gtk.DrawingArea, Atk.Implementor, Gtk.Buildable { - [CCode (has_construct_function = false, type = "GtkWidget*")] - public VolumeGrid (Gdu.Drive drive); - public unowned Gdu.Presentable get_selected (); - public bool select (Gdu.Presentable volume); - [NoAccessorMethod] - public Gdu.Drive drive { owned get; construct; } - public virtual signal void changed (); - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h", cprefix = "GDU_ADD_COMPONENT_LINUX_MD_FLAGS_")] - [Flags] - public enum AddComponentLinuxMdFlags { - NONE, - SPARE, - EXPANSION - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h", cprefix = "GDU_DISK_SELECTION_WIDGET_FLAGS_")] - [Flags] - public enum DiskSelectionWidgetFlags { - NONE, - ALLOW_MULTIPLE, - ALLOW_DISKS_WITH_INSUFFICIENT_SPACE - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h", cprefix = "GDU_FORMAT_DIALOG_FLAGS_")] - [Flags] - public enum FormatDialogFlags { - NONE, - SIMPLE, - DISK_UTILITY_BUTTON, - ALLOW_MSDOS_EXTENDED - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h", cprefix = "GDU_POOL_TREE_MODEL_COLUMN_")] - public enum PoolTreeModelColumn { - ICON, - NAME, - VPD_NAME, - DESCRIPTION, - PRESENTABLE, - VISIBLE, - TOGGLED, - CAN_BE_TOGGLED - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h", cprefix = "GDU_POOL_TREE_MODEL_FLAGS_")] - [Flags] - public enum PoolTreeModelFlags { - NONE, - NO_VOLUMES, - NO_UNALLOCATABLE_DRIVES - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h", cprefix = "GDU_POOL_TREE_VIEW_FLAGS_")] - [Flags] - public enum PoolTreeViewFlags { - NONE, - SHOW_TOGGLE - } - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static bool util_delete_confirmation_dialog (Gtk.Widget parent_window, string title, string primary_text, string secondary_text, string affirmative_action_button_mnemonic); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static unowned string util_dialog_ask_for_new_secret (Gtk.Widget parent_window, bool save_in_keyring, bool save_in_keyring_session); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static unowned string util_dialog_ask_for_secret (Gtk.Widget parent_window, Gdu.Presentable presentable, bool bypass_keyring, bool indicate_wrong_passphrase, bool asked_user); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static bool util_dialog_change_secret (Gtk.Widget parent_window, Gdu.Presentable presentable, out unowned string old_secret, out unowned string new_secret, bool save_in_keyring, bool save_in_keyring_session, bool bypass_keyring, bool indicate_wrong_passphrase); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static bool util_dialog_show_filesystem_busy (Gtk.Widget parent_window, Gdu.Presentable presentable); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static unowned Gtk.Widget util_fstype_combo_box_create (Gdu.Pool pool, string include_extended_partitions_for_scheme); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static unowned string util_fstype_combo_box_get_selected (Gtk.Widget combo_box); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static void util_fstype_combo_box_rebuild (Gtk.Widget combo_box, Gdu.Pool pool, string include_extended_partitions_for_scheme); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static bool util_fstype_combo_box_select (Gtk.Widget combo_box, string fstype); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static void util_fstype_combo_box_set_desc_label (Gtk.Widget combo_box, Gtk.Widget desc_label); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static void util_get_mix_color (Gtk.Widget widget, Gtk.StateType state, string color_buf, size_t color_buf_size); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static unowned Gdk.Pixbuf util_get_pixbuf_for_presentable (Gdu.Presentable presentable, Gtk.IconSize size); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static unowned Gdk.Pixbuf util_get_pixbuf_for_presentable_at_pixel_size (Gdu.Presentable presentable, int pixel_size); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static unowned Gtk.Widget util_part_table_type_combo_box_create (); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static unowned string util_part_table_type_combo_box_get_selected (Gtk.Widget combo_box); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static bool util_part_table_type_combo_box_select (Gtk.Widget combo_box, string part_table_type); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static void util_part_table_type_combo_box_set_desc_label (Gtk.Widget combo_box, Gtk.Widget desc_label); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static unowned Gtk.Widget util_part_type_combo_box_create (string part_scheme); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static unowned string util_part_type_combo_box_get_selected (Gtk.Widget combo_box); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static void util_part_type_combo_box_rebuild (Gtk.Widget combo_box, string part_scheme); - [CCode (cheader_filename = "gdu-gtk/gdu-gtk.h")] - public static bool util_part_type_combo_box_select (Gtk.Widget combo_box, string part_type); -} diff --git a/vapi/gdu.deps b/vapi/gdu.deps deleted file mode 100644 index cd10dfde4..000000000 --- a/vapi/gdu.deps +++ /dev/null @@ -1 +0,0 @@ -gio-2.0 diff --git a/vapi/gdu.vapi b/vapi/gdu.vapi deleted file mode 100644 index 695b6aa6f..000000000 --- a/vapi/gdu.vapi +++ /dev/null @@ -1,574 +0,0 @@ -/* gdu.vapi generated by vapigen, do not modify. */ - -namespace Gdu { - [CCode (cheader_filename = "gdu/gdu.h")] - public class Adapter : GLib.Object { - [CCode (has_construct_function = false)] - protected Adapter (); - public unowned string get_driver (); - public unowned string get_fabric (); - public unowned string get_model (); - public unowned string get_native_path (); - public uint get_num_ports (); - public unowned string get_object_path (); - public unowned Gdu.Pool get_pool (); - public unowned string get_vendor (); - public virtual signal void changed (); - public virtual signal void removed (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class Device : GLib.Object { - [CCode (has_construct_function = false)] - protected Device (); - public void* drive_ata_smart_get_blob (size_t out_size); - public bool drive_ata_smart_get_is_available (); - public unowned string drive_ata_smart_get_status (); - public uint64 drive_ata_smart_get_time_collected (); - public void drive_ata_smart_refresh_data (Gdu.DeviceDriveAtaSmartRefreshDataCompletedFunc callback); - public unowned string drive_get_adapter (); - public bool drive_get_can_detach (); - public bool drive_get_can_spindown (); - public unowned string drive_get_connection_interface (); - public uint64 drive_get_connection_speed (); - public bool drive_get_is_media_ejectable (); - public bool drive_get_is_rotational (); - public unowned string drive_get_media (); - public unowned string drive_get_media_compatibility (); - public unowned string drive_get_model (); - public unowned string drive_get_ports (); - public bool drive_get_requires_eject (); - public unowned string drive_get_revision (); - public uint drive_get_rotation_rate (); - public unowned string drive_get_serial (); - public unowned string drive_get_similar_devices (); - public unowned string drive_get_vendor (); - public unowned string drive_get_write_cache (); - public unowned string drive_get_wwn (); - public void filesystem_list_open_files (Gdu.DeviceFilesystemListOpenFilesCompletedFunc callback); - public unowned GLib.List filesystem_list_open_files_sync () throws GLib.Error; - public unowned Gdu.Device find_parent (); - public uint64 get_block_size (); - public uint64 get_detection_time (); - public ulong get_dev (); - public unowned string get_device_file (); - public unowned string get_device_file_presentation (); - public uint64 get_media_detection_time (); - public unowned string get_mount_path (); - public unowned string get_mount_paths (); - public ulong get_mounted_by_uid (); - public unowned string get_object_path (); - public unowned Gdu.Pool get_pool (); - public bool get_presentation_hide (); - public unowned string get_presentation_icon_name (); - public unowned string get_presentation_name (); - public bool get_presentation_nopolicy (); - public uint64 get_size (); - public unowned string id_get_label (); - public unowned string id_get_type (); - public unowned string id_get_usage (); - public unowned string id_get_uuid (); - public unowned string id_get_version (); - public bool is_drive (); - public bool is_linux_dmmp (); - public bool is_linux_dmmp_component (); - public bool is_linux_loop (); - public bool is_linux_lvm2_lv (); - public bool is_linux_lvm2_pv (); - public bool is_linux_md (); - public bool is_linux_md_component (); - public bool is_luks (); - public bool is_luks_cleartext (); - public bool is_media_available (); - public bool is_media_change_detected (); - public bool is_media_change_detection_inhibitable (); - public bool is_media_change_detection_inhibited (); - public bool is_media_change_detection_polling (); - public bool is_mounted (); - public bool is_optical_disc (); - public bool is_partition (); - public bool is_partition_table (); - public bool is_read_only (); - public bool is_removable (); - public bool is_system_internal (); - public unowned string job_get_id (); - public ulong job_get_initiated_by_uid (); - public double job_get_percentage (); - public bool job_in_progress (); - public bool job_is_cancellable (); - public unowned string linux_dmmp_component_get_holder (); - public unowned string linux_dmmp_get_name (); - public unowned string linux_dmmp_get_parameters (); - public unowned string linux_dmmp_get_slaves (); - public unowned string linux_loop_get_filename (); - public unowned string linux_lvm2_lv_get_group_name (); - public unowned string linux_lvm2_lv_get_group_uuid (); - public unowned string linux_lvm2_lv_get_name (); - public unowned string linux_lvm2_lv_get_uuid (); - public uint64 linux_lvm2_pv_get_group_extent_size (); - public unowned string linux_lvm2_pv_get_group_logical_volumes (); - public unowned string linux_lvm2_pv_get_group_name (); - public unowned string linux_lvm2_pv_get_group_physical_volumes (); - public uint64 linux_lvm2_pv_get_group_sequence_number (); - public uint64 linux_lvm2_pv_get_group_size (); - public uint64 linux_lvm2_pv_get_group_unallocated_size (); - public unowned string linux_lvm2_pv_get_group_uuid (); - public uint linux_lvm2_pv_get_num_metadata_areas (); - public unowned string linux_lvm2_pv_get_uuid (); - public unowned string linux_md_component_get_holder (); - public unowned string linux_md_component_get_home_host (); - public unowned string linux_md_component_get_level (); - public unowned string linux_md_component_get_name (); - public int linux_md_component_get_num_raid_devices (); - public int linux_md_component_get_position (); - public unowned string linux_md_component_get_state (); - public unowned string linux_md_component_get_uuid (); - public unowned string linux_md_component_get_version (); - public unowned string linux_md_get_home_host (); - public unowned string linux_md_get_level (); - public unowned string linux_md_get_name (); - public int linux_md_get_num_raid_devices (); - public unowned string linux_md_get_slaves (); - public unowned string linux_md_get_state (); - public unowned string linux_md_get_sync_action (); - public double linux_md_get_sync_percentage (); - public uint64 linux_md_get_sync_speed (); - public unowned string linux_md_get_uuid (); - public unowned string linux_md_get_version (); - public bool linux_md_is_degraded (); - public unowned string luks_cleartext_get_slave (); - public ulong luks_cleartext_unlocked_by_uid (); - public unowned string luks_get_holder (); - public void op_cancel_job (Gdu.DeviceCancelJobCompletedFunc callback); - public void op_drive_ata_smart_initiate_selftest (string test, Gdu.DeviceDriveAtaSmartInitiateSelftestCompletedFunc callback); - public void op_drive_benchmark (bool do_write_benchmark, string options, Gdu.DeviceDriveBenchmarkCompletedFunc callback); - public void op_drive_detach (Gdu.DeviceDriveDetachCompletedFunc callback); - public void op_drive_eject (Gdu.DeviceDriveEjectCompletedFunc callback); - public void op_drive_poll_media (Gdu.DeviceDrivePollMediaCompletedFunc callback); - public void op_filesystem_check (Gdu.DeviceFilesystemCheckCompletedFunc callback); - public void op_filesystem_create (string fstype, string fslabel, string encrypt_passphrase, bool fs_take_ownership, Gdu.DeviceFilesystemCreateCompletedFunc callback); - public void op_filesystem_mount (string options, Gdu.DeviceFilesystemMountCompletedFunc callback); - public void op_filesystem_set_label (string new_label, Gdu.DeviceFilesystemSetLabelCompletedFunc callback); - public void op_filesystem_unmount (Gdu.DeviceFilesystemUnmountCompletedFunc callback); - public void op_linux_lvm2_lv_stop (Gdu.DeviceLinuxLvm2LVStopCompletedFunc callback); - public void op_linux_md_add_spare (string component_objpath, Gdu.DeviceLinuxMdAddSpareCompletedFunc callback); - public void op_linux_md_check (string options, Gdu.DeviceLinuxMdCheckCompletedFunc callback); - public void op_linux_md_expand (GLib.GenericArray component_objpaths, Gdu.DeviceLinuxMdExpandCompletedFunc callback); - public void op_linux_md_remove_component (string component_objpath, Gdu.DeviceLinuxMdRemoveComponentCompletedFunc callback); - public void op_linux_md_stop (Gdu.DeviceLinuxMdStopCompletedFunc callback); - public void op_luks_change_passphrase (string old_secret, string new_secret, Gdu.DeviceLuksChangePassphraseCompletedFunc callback); - public void op_luks_lock (Gdu.DeviceLuksLockCompletedFunc callback); - public void op_luks_unlock (string secret, Gdu.DeviceLuksUnlockCompletedFunc callback); - public void op_partition_create (uint64 offset, uint64 size, string type, string label, out unowned string flags, string fstype, string fslabel, string encrypt_passphrase, bool fs_take_ownership, Gdu.DevicePartitionCreateCompletedFunc callback); - public void op_partition_delete (Gdu.DevicePartitionDeleteCompletedFunc callback); - public void op_partition_modify (string type, string label, out unowned string flags, Gdu.DevicePartitionModifyCompletedFunc callback); - public void op_partition_table_create (string scheme, Gdu.DevicePartitionTableCreateCompletedFunc callback); - public bool optical_disc_get_is_appendable (); - public bool optical_disc_get_is_blank (); - public bool optical_disc_get_is_closed (); - public uint optical_disc_get_num_audio_tracks (); - public uint optical_disc_get_num_sessions (); - public uint optical_disc_get_num_tracks (); - public uint64 partition_get_alignment_offset (); - public unowned string partition_get_flags (); - public unowned string partition_get_label (); - public int partition_get_number (); - public uint64 partition_get_offset (); - public unowned string partition_get_scheme (); - public uint64 partition_get_size (); - public unowned string partition_get_slave (); - public unowned string partition_get_type (); - public unowned string partition_get_uuid (); - public int partition_table_get_count (); - public unowned string partition_table_get_scheme (); - public bool should_ignore (); - public virtual signal void changed (); - public virtual signal void job_changed (); - public virtual signal void removed (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class Drive : GLib.Object, Gdu.Presentable { - [CCode (has_construct_function = false)] - protected Drive (); - public virtual void activate (Gdu.DriveActivateFunc callback); - public virtual bool can_activate (bool out_degraded); - public virtual bool can_create_volume (bool out_is_uninitialized, uint64 out_largest_contiguous_free_segment, uint64 out_total_free, out unowned Gdu.Presentable out_presentable); - public virtual bool can_deactivate (); - public bool count_mbr_partitions (uint out_num_primary_partitions, bool out_has_extended_partition); - public virtual void create_volume (uint64 size, string name, Gdu.CreateVolumeFlags flags, GLib.AsyncReadyCallback callback); - public virtual unowned Gdu.Volume create_volume_finish (GLib.AsyncResult res) throws GLib.Error; - public virtual void deactivate (Gdu.DriveDeactivateFunc callback); - public unowned GLib.List get_volumes (); - public virtual bool is_activatable (); - public virtual bool is_active (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class Expander : GLib.Object { - [CCode (has_construct_function = false)] - protected Expander (); - public unowned string get_adapter (); - public unowned string get_model (); - public unowned string get_native_path (); - public uint get_num_ports (); - public unowned string get_object_path (); - public unowned Gdu.Pool get_pool (); - public unowned string get_revision (); - public unowned string get_upstream_ports (); - public unowned string get_vendor (); - public virtual signal void changed (); - public virtual signal void removed (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class Hub : GLib.Object, Gdu.Presentable { - [CCode (has_construct_function = false)] - protected Hub (); - public unowned Gdu.Adapter get_adapter (); - public unowned Gdu.Expander get_expander (); - public Gdu.HubUsage get_usage (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class KnownFilesystem : GLib.Object { - [CCode (has_construct_function = false)] - protected KnownFilesystem (); - public bool get_can_create (); - public bool get_can_mount (); - public unowned string get_id (); - public uint get_max_label_len (); - public unowned string get_name (); - public bool get_supports_fsck (); - public bool get_supports_label_rename (); - public bool get_supports_online_fsck (); - public bool get_supports_online_label_rename (); - public bool get_supports_online_resize_enlarge (); - public bool get_supports_online_resize_shrink (); - public bool get_supports_resize_enlarge (); - public bool get_supports_resize_shrink (); - public bool get_supports_unix_owners (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class LinuxLvm2Volume : Gdu.Volume, Gdu.Presentable { - [CCode (has_construct_function = false)] - protected LinuxLvm2Volume (); - public unowned string get_group_uuid (); - public unowned string get_uuid (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class LinuxLvm2VolumeGroup : Gdu.Drive, Gdu.Presentable { - [CCode (has_construct_function = false)] - protected LinuxLvm2VolumeGroup (); - public unowned string get_compute_new_lv_name (); - public bool get_lv_info (string lv_uuid, uint out_position, string out_name, uint64 out_size); - public uint get_num_lvs (); - public unowned Gdu.Device get_pv_device (); - public bool get_pv_info (string pv_uuid, uint out_position, uint64 out_size, uint64 out_allocated_size); - public Gdu.LinuxLvm2VolumeGroupState get_state (); - public unowned string get_uuid (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class LinuxLvm2VolumeHole : Gdu.VolumeHole, Gdu.Presentable { - [CCode (has_construct_function = false)] - protected LinuxLvm2VolumeHole (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class LinuxMdDrive : Gdu.Drive, Gdu.Presentable { - [CCode (has_construct_function = false)] - protected LinuxMdDrive (); - public Gdu.LinuxMdDriveSlaveFlags get_slave_flags (Gdu.Device slave); - public unowned string get_slave_state_markup (Gdu.Device slave); - public unowned GLib.List get_slaves (); - public unowned string get_uuid (); - public bool has_slave (Gdu.Device device); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class Machine : GLib.Object, Gdu.Presentable { - [CCode (has_construct_function = false)] - protected Machine (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class Pool : GLib.Object { - [CCode (has_construct_function = false)] - public Pool (); - [CCode (has_construct_function = false)] - public Pool.for_address (string ssh_user_name, string ssh_address) throws GLib.Error; - public unowned Gdu.Adapter get_adapter_by_object_path (string object_path); - public unowned GLib.List get_adapters (); - public unowned Gdu.Device get_by_device_file (string device_file); - public unowned Gdu.Device get_by_object_path (string object_path); - public unowned string get_daemon_version (); - public unowned GLib.List get_devices (); - public unowned Gdu.Presentable get_drive_by_device (Gdu.Device device); - public unowned GLib.List get_enclosed_presentables (Gdu.Presentable presentable); - public unowned Gdu.Expander get_expander_by_object_path (string object_path); - public unowned GLib.List get_expanders (); - public unowned Gdu.Presentable get_hub_by_object_path (string object_path); - public unowned Gdu.KnownFilesystem get_known_filesystem_by_id (string id); - public unowned GLib.List get_known_filesystems (); - public unowned Gdu.LinuxMdDrive get_linux_md_drive_by_uuid (string uuid); - public unowned Gdu.Port get_port_by_object_path (string object_path); - public unowned GLib.List get_ports (); - public unowned Gdu.Presentable get_presentable_by_id (string id); - public unowned GLib.List get_presentables (); - public unowned string get_ssh_address (); - public unowned string get_ssh_user_name (); - public unowned Gdu.Presentable get_volume_by_device (Gdu.Device device); - public bool has_presentable (Gdu.Presentable presentable); - public bool is_daemon_inhibited (); - public void op_linux_lvm2_lv_create (string group_uuid, string name, uint64 size, uint num_stripes, uint64 stripe_size, uint num_mirrors, string fstype, string fslabel, string encrypt_passphrase, bool fs_take_ownership, Gdu.PoolLinuxLvm2LVCreateCompletedFunc callback); - public void op_linux_lvm2_lv_remove (string group_uuid, string uuid, Gdu.PoolLinuxLvm2LVRemoveCompletedFunc callback); - public void op_linux_lvm2_lv_set_name (string group_uuid, string uuid, string new_name, Gdu.PoolLinuxLvm2LVSetNameCompletedFunc callback); - public void op_linux_lvm2_lv_start (string group_uuid, string uuid, Gdu.PoolLinuxLvm2VGStartCompletedFunc callback); - public void op_linux_lvm2_vg_add_pv (string uuid, string physical_volume_object_path, Gdu.PoolLinuxLvm2VGAddPVCompletedFunc callback); - public void op_linux_lvm2_vg_remove_pv (string vg_uuid, string pv_uuid, Gdu.PoolLinuxLvm2VGRemovePVCompletedFunc callback); - public void op_linux_lvm2_vg_set_name (string uuid, string new_name, Gdu.PoolLinuxLvm2VGSetNameCompletedFunc callback); - public void op_linux_lvm2_vg_start (string uuid, Gdu.PoolLinuxLvm2VGStartCompletedFunc callback); - public void op_linux_lvm2_vg_stop (string uuid, Gdu.PoolLinuxLvm2VGStopCompletedFunc callback); - public void op_linux_md_create (GLib.GenericArray component_objpaths, string level, uint64 stripe_size, string name, Gdu.PoolLinuxMdCreateCompletedFunc callback); - public void op_linux_md_start (GLib.GenericArray component_objpaths, Gdu.PoolLinuxMdStartCompletedFunc callback); - public bool supports_luks_devices (); - public virtual signal void adapter_added (Gdu.Adapter adapter); - public virtual signal void adapter_changed (Gdu.Adapter adapter); - public virtual signal void adapter_removed (Gdu.Adapter adapter); - public virtual signal void device_added (Gdu.Device device); - public virtual signal void device_changed (Gdu.Device device); - public virtual signal void device_job_changed (Gdu.Device device); - public virtual signal void device_removed (Gdu.Device device); - public virtual signal void disconnected (); - public virtual signal void expander_added (Gdu.Expander expander); - public virtual signal void expander_changed (Gdu.Expander expander); - public virtual signal void expander_removed (Gdu.Expander expander); - public virtual signal void port_added (Gdu.Port port); - public virtual signal void port_changed (Gdu.Port port); - public virtual signal void port_removed (Gdu.Port port); - public virtual signal void presentable_added (Gdu.Presentable presentable); - public virtual signal void presentable_changed (Gdu.Presentable presentable); - public virtual signal void presentable_job_changed (Gdu.Presentable presentable); - public virtual signal void presentable_removed (Gdu.Presentable presentable); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class Port : GLib.Object { - [CCode (has_construct_function = false)] - protected Port (); - public unowned string get_adapter (); - public unowned string get_connector_type (); - public unowned string get_native_path (); - public int get_number (); - public unowned string get_object_path (); - public unowned string get_parent (); - public unowned Gdu.Pool get_pool (); - public virtual signal void changed (); - public virtual signal void removed (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class Process : GLib.Object { - [CCode (has_construct_function = false)] - protected Process (); - public unowned GLib.AppInfo get_app_info (); - public unowned string get_command_line (); - public int get_id (); - public ulong get_owner (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class Volume : GLib.Object, Gdu.Presentable { - [CCode (has_construct_function = false)] - protected Volume (); - public unowned Gdu.Drive get_drive (); - public virtual Gdu.VolumeFlags get_flags (); - public virtual bool is_allocated (); - public virtual bool is_recognized (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public class VolumeHole : GLib.Object, Gdu.Presentable { - [CCode (has_construct_function = false)] - protected VolumeHole (); - } - [CCode (cheader_filename = "gdu/gdu.h")] - public interface Presentable : GLib.Object { - public int compare (Gdu.Presentable b); - public bool encloses (Gdu.Presentable b); - public bool equals (Gdu.Presentable b); - public abstract unowned string get_description (); - public abstract unowned Gdu.Device get_device (); - public unowned GLib.List get_enclosed (); - public abstract unowned Gdu.Presentable get_enclosing_presentable (); - public abstract unowned GLib.Icon get_icon (); - public abstract unowned string get_id (); - public abstract unowned string get_name (); - public abstract uint64 get_offset (); - public abstract unowned Gdu.Pool get_pool (); - public abstract uint64 get_size (); - public unowned Gdu.Presentable get_toplevel (); - public abstract unowned string get_vpd_name (); - public uint hash (); - public abstract bool is_allocated (); - public abstract bool is_recognized (); - public signal void changed (); - public signal void job_changed (); - public signal void removed (); - } - [CCode (cheader_filename = "gdu/gdu.h", cprefix = "GDU_CREATE_VOLUME_FLAGS_", has_type_id = false)] - public enum CreateVolumeFlags { - NONE, - LINUX_MD, - LINUX_LVM2 - } - [CCode (cheader_filename = "gdu/gdu.h", cprefix = "GDU_ERROR_", has_type_id = false)] - public enum Error { - FAILED, - BUSY, - CANCELLED, - INHIBITED, - INVALID_OPTION, - NOT_SUPPORTED, - ATA_SMART_WOULD_WAKEUP, - PERMISSION_DENIED, - FILESYSTEM_DRIVER_MISSING, - FILESYSTEM_TOOLS_MISSING - } - [CCode (cheader_filename = "gdu/gdu.h", cprefix = "GDU_HUB_USAGE_", has_type_id = false)] - public enum HubUsage { - ADAPTER, - EXPANDER, - MULTI_DISK_DEVICES, - MULTI_PATH_DEVICES - } - [CCode (cheader_filename = "gdu/gdu.h", cprefix = "GDU_LINUX_LVM2_VOLUME_GROUP_STATE_", has_type_id = false)] - public enum LinuxLvm2VolumeGroupState { - NOT_RUNNING, - PARTIALLY_RUNNING, - RUNNING - } - [CCode (cheader_filename = "gdu/gdu.h", cprefix = "GDU_LINUX_MD_DRIVE_SLAVE_FLAGS_", has_type_id = false)] - public enum LinuxMdDriveSlaveFlags { - NONE, - NOT_ATTACHED, - FAULTY, - IN_SYNC, - WRITEMOSTLY, - BLOCKED, - SPARE - } - [CCode (cheader_filename = "gdu/gdu.h", cprefix = "GDU_VOLUME_FLAGS_", has_type_id = false)] - public enum VolumeFlags { - NONE, - PARTITION, - PARTITION_MBR_LOGICAL, - PARTITION_MBR_EXTENDED - } - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceCancelJobCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceDriveAtaSmartInitiateSelftestCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceDriveAtaSmartRefreshDataCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceDriveBenchmarkCompletedFunc (Gdu.Device device, GLib.PtrArray read_transfer_rate_results, GLib.PtrArray write_transfer_rate_results, GLib.PtrArray access_time_results, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceDriveDetachCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceDriveEjectCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceDrivePollMediaCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceFilesystemCheckCompletedFunc (Gdu.Device device, bool is_clean, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceFilesystemCreateCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceFilesystemListOpenFilesCompletedFunc (Gdu.Device device, GLib.List processes, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceFilesystemMountCompletedFunc (Gdu.Device device, string mount_point, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceFilesystemSetLabelCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceFilesystemUnmountCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceLinuxLvm2LVStopCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceLinuxMdAddSpareCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceLinuxMdCheckCompletedFunc (Gdu.Device device, uint num_errors, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceLinuxMdExpandCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceLinuxMdRemoveComponentCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceLinuxMdStopCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceLuksChangePassphraseCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceLuksLockCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DeviceLuksUnlockCompletedFunc (Gdu.Device device, string object_path_of_cleartext_device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DevicePartitionCreateCompletedFunc (Gdu.Device device, string created_device_object_path, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DevicePartitionDeleteCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DevicePartitionModifyCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DevicePartitionTableCreateCompletedFunc (Gdu.Device device, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DriveActivateFunc (Gdu.Drive drive, string assembled_drive_object_path, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void DriveDeactivateFunc (Gdu.Drive drive, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxLvm2LVCreateCompletedFunc (Gdu.Pool pool, string create_logical_volume_object_path, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxLvm2LVRemoveCompletedFunc (Gdu.Pool pool, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxLvm2LVSetNameCompletedFunc (Gdu.Pool pool, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxLvm2LVStartCompletedFunc (Gdu.Pool pool, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxLvm2VGAddPVCompletedFunc (Gdu.Pool pool, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxLvm2VGRemovePVCompletedFunc (Gdu.Pool pool, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxLvm2VGSetNameCompletedFunc (Gdu.Pool pool, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxLvm2VGStartCompletedFunc (Gdu.Pool pool, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxLvm2VGStopCompletedFunc (Gdu.Pool pool, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxMdCreateCompletedFunc (Gdu.Pool pool, string array_object_path, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void PoolLinuxMdStartCompletedFunc (Gdu.Pool pool, string assembled_array_object_path, GLib.Error error); - [CCode (cheader_filename = "gdu/gdu.h")] - public delegate void UtilPartTypeForeachFunc (string scheme, string type, string name); - [CCode (cheader_filename = "gdu/gdu.h")] - public static GLib.Quark error_quark (); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string get_job_description (string job_id); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string linux_md_get_raid_level_description (string linux_md_raid_level); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string linux_md_get_raid_level_for_display (string linux_md_raid_level, bool long_string); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string util_ata_smart_status_to_desc (string status, bool out_highlight, string out_action_text, out unowned GLib.Icon out_icon); - [CCode (cheader_filename = "gdu/gdu.h")] - public static bool util_delete_secret (Gdu.Device device); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string util_fstype_get_description (string fstype); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string util_get_connection_for_display (string connection_interface, uint64 connection_speed); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string util_get_default_part_type_for_scheme_and_fstype (string scheme, string fstype, uint64 size); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string util_get_desc_for_part_type (string part_scheme, string part_type); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned GLib.Icon util_get_emblemed_icon (string name, string emblem_name); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string util_get_fstype_for_display (string fstype, string fsversion, bool long_string); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string util_get_secret (Gdu.Device device); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string util_get_size_for_display (uint64 size, bool use_pow2, bool long_string); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string util_get_speed_for_display (uint64 size); - [CCode (cheader_filename = "gdu/gdu.h")] - public static bool util_have_secret (Gdu.Device device); - [CCode (cheader_filename = "gdu/gdu.h")] - public static unowned string util_part_table_type_get_description (string part_type); - [CCode (cheader_filename = "gdu/gdu.h")] - public static void util_part_type_foreach (Gdu.UtilPartTypeForeachFunc callback); - [CCode (cheader_filename = "gdu/gdu.h")] - public static bool util_save_secret (Gdu.Device device, string secret, bool save_in_keyring_session); -} diff --git a/vapi/packages/gdu-gtk/gdu-gtk.defines b/vapi/packages/gdu-gtk/gdu-gtk.defines deleted file mode 100644 index 7cc0bf39e..000000000 --- a/vapi/packages/gdu-gtk/gdu-gtk.defines +++ /dev/null @@ -1,3 +0,0 @@ --DGDU_API_IS_SUBJECT_TO_CHANGE --DGDU_GTK_API_IS_SUBJECT_TO_CHANGE --DGDU_GTK_COMPILATION diff --git a/vapi/packages/gdu-gtk/gdu-gtk.deps b/vapi/packages/gdu-gtk/gdu-gtk.deps deleted file mode 100644 index 23f42dd3b..000000000 --- a/vapi/packages/gdu-gtk/gdu-gtk.deps +++ /dev/null @@ -1,2 +0,0 @@ -gdu -gtk+-2.0 diff --git a/vapi/packages/gdu-gtk/gdu-gtk.files b/vapi/packages/gdu-gtk/gdu-gtk.files deleted file mode 100644 index 6953eebbc..000000000 --- a/vapi/packages/gdu-gtk/gdu-gtk.files +++ /dev/null @@ -1,2 +0,0 @@ -include/gnome-disk-utility/gdu-gtk -lib/libgdu-gtk.so diff --git a/vapi/packages/gdu-gtk/gdu-gtk.gi b/vapi/packages/gdu-gtk/gdu-gtk.gi deleted file mode 100644 index 309f4543c..000000000 --- a/vapi/packages/gdu-gtk/gdu-gtk.gi +++ /dev/null @@ -1,1381 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vapi/packages/gdu-gtk/gdu-gtk.metadata b/vapi/packages/gdu-gtk/gdu-gtk.metadata deleted file mode 100644 index 04b9ca98c..000000000 --- a/vapi/packages/gdu-gtk/gdu-gtk.metadata +++ /dev/null @@ -1,20 +0,0 @@ -Gdu cheader_filename="gdu-gtk/gdu-gtk.h" -GduAddComponentLinuxMdDialog:drives type_name="GLib.GenericArray" -gdu_add_component_linux_md_dialog_get_drives type_name="GLib.GenericArray" -GduButtonTable:elements type_name="GLib.GenericArray" -gdu_button_table_new.elements type_name="GLib.GenericArray" -gdu_button_table_get_elements type_name="GLib.GenericArray" transfer_ownership="1" -gdu_button_table_set_elements.elements type_name="GLib.GenericArray" -GduCreateLinuxMdDialog:drives type_name="GLib.GenericArray" -gdu_create_linux_md_dialog_get_drives type_name="GLib.GenericArray" transfer_ownership="1" -GduDetailsTable:elements type_name="GLib.GenericArray" -gdu_details_table_new.elements type_name="GLib.GenericArray" -gdu_details_table_get_elements type_name="GLib.GenericArray" transfer_ownership="1" -gdu_details_table_set_elements.elements type_name="GLib.GenericArray" -GduDiskSelectionWidget:selected-drives type_name="GLib.GenericArray" -gdu_disk_selection_widget_get_selected_drives type_name="GLib.GenericArray" -GduGError name="Error" -GduPoolTreeModel:pools type_name="GLib.GenericArray" -gdu_pool_tree_model_new.pools type_name="GLib.GenericArray" -gdu_pool_tree_model_set_pools.pools type_name="GLib.GenericArray" -GduTimeLabelBoxedGTimeVal namespace="GLib" name="TimeVal" diff --git a/vapi/packages/gdu-gtk/gdu-gtk.namespace b/vapi/packages/gdu-gtk/gdu-gtk.namespace deleted file mode 100644 index f0dc420a8..000000000 --- a/vapi/packages/gdu-gtk/gdu-gtk.namespace +++ /dev/null @@ -1 +0,0 @@ -Gdu diff --git a/vapi/packages/gdu/gdu.defines b/vapi/packages/gdu/gdu.defines deleted file mode 100644 index c9fdb063d..000000000 --- a/vapi/packages/gdu/gdu.defines +++ /dev/null @@ -1,2 +0,0 @@ --DGDU_API_IS_SUBJECT_TO_CHANGE --DGDU_COMPILATION diff --git a/vapi/packages/gdu/gdu.deps b/vapi/packages/gdu/gdu.deps deleted file mode 100644 index cd10dfde4..000000000 --- a/vapi/packages/gdu/gdu.deps +++ /dev/null @@ -1 +0,0 @@ -gio-2.0 diff --git a/vapi/packages/gdu/gdu.files b/vapi/packages/gdu/gdu.files deleted file mode 100644 index e19ed504c..000000000 --- a/vapi/packages/gdu/gdu.files +++ /dev/null @@ -1,2 +0,0 @@ -include/gnome-disk-utility/gdu -lib/libgdu.so diff --git a/vapi/packages/gdu/gdu.gi b/vapi/packages/gdu/gdu.gi deleted file mode 100644 index e23f04831..000000000 --- a/vapi/packages/gdu/gdu.gi +++ /dev/null @@ -1,2855 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vapi/packages/gdu/gdu.metadata b/vapi/packages/gdu/gdu.metadata deleted file mode 100644 index f8284e861..000000000 --- a/vapi/packages/gdu/gdu.metadata +++ /dev/null @@ -1,4 +0,0 @@ -Gdu cheader_filename="gdu/gdu.h" -*.component_objpaths type_name="GLib.GenericArray" -dev_t name="ulong" -uid_t name="ulong" diff --git a/vapi/packages/gdu/gdu.namespace b/vapi/packages/gdu/gdu.namespace deleted file mode 100644 index f0dc420a8..000000000 --- a/vapi/packages/gdu/gdu.namespace +++ /dev/null @@ -1 +0,0 @@ -Gdu