mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
GDBusError enum: Remove trailing comma.
This is helpful to people using the g++ --pedantic option.
This commit is contained in:
parent
6a8c2685be
commit
2a27b72522
@ -1134,7 +1134,7 @@ typedef enum
|
||||
G_DBUS_ERROR_UNKNOWN_OBJECT, /* org.freedesktop.DBus.Error.UnknownObject */
|
||||
G_DBUS_ERROR_UNKNOWN_INTERFACE, /* org.freedesktop.DBus.Error.UnknownInterface */
|
||||
G_DBUS_ERROR_UNKNOWN_PROPERTY, /* org.freedesktop.DBus.Error.UnknownProperty */
|
||||
G_DBUS_ERROR_PROPERTY_READ_ONLY, /* org.freedesktop.DBus.Error.PropertyReadOnly */
|
||||
G_DBUS_ERROR_PROPERTY_READ_ONLY /* org.freedesktop.DBus.Error.PropertyReadOnly */
|
||||
} GDBusError;
|
||||
/* Remember to update g_dbus_error_quark() in gdbuserror.c if you extend this enumeration */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user