mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix ABI compatibility
Commit 7b3f6da
broke ABI compatibility, because of newly added vfunc.
Move the vfunc to the end to ensure ABI compatibility.
https://bugzilla.gnome.org/show_bug.cgi?id=765924
This commit is contained in:
parent
931483aa25
commit
17e5281ca9
@ -91,7 +91,6 @@ struct _GDriveIface
|
||||
GIcon * (* get_icon) (GDrive *drive);
|
||||
gboolean (* has_volumes) (GDrive *drive);
|
||||
GList * (* get_volumes) (GDrive *drive);
|
||||
gboolean (* is_removable) (GDrive *drive);
|
||||
gboolean (* is_media_removable) (GDrive *drive);
|
||||
gboolean (* has_media) (GDrive *drive);
|
||||
gboolean (* is_media_check_automatic) (GDrive *drive);
|
||||
@ -156,6 +155,7 @@ struct _GDriveIface
|
||||
|
||||
const gchar * (* get_sort_key) (GDrive *drive);
|
||||
GIcon * (* get_symbolic_icon) (GDrive *drive);
|
||||
gboolean (* is_removable) (GDrive *drive);
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user