mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
mount-op: use gint64 instead of guint64 for time_left and bytes_left
Since those can be -1, they need to be signed. https://bugzilla.gnome.org/show_bug.cgi?id=682284
This commit is contained in:
@@ -82,8 +82,8 @@ struct _GMountOperationClass
|
||||
|
||||
void (* show_unmount_progress) (GMountOperation *op,
|
||||
const gchar *message,
|
||||
guint64 time_left,
|
||||
guint64 bytes_left);
|
||||
gint64 time_left,
|
||||
gint64 bytes_left);
|
||||
|
||||
/*< private >*/
|
||||
/* Padding for future expansion */
|
||||
|
Reference in New Issue
Block a user