mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-06 22:16:52 +02: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_OBJECT, /* org.freedesktop.DBus.Error.UnknownObject */
|
||||||
G_DBUS_ERROR_UNKNOWN_INTERFACE, /* org.freedesktop.DBus.Error.UnknownInterface */
|
G_DBUS_ERROR_UNKNOWN_INTERFACE, /* org.freedesktop.DBus.Error.UnknownInterface */
|
||||||
G_DBUS_ERROR_UNKNOWN_PROPERTY, /* org.freedesktop.DBus.Error.UnknownProperty */
|
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;
|
} GDBusError;
|
||||||
/* Remember to update g_dbus_error_quark() in gdbuserror.c if you extend this enumeration */
|
/* Remember to update g_dbus_error_quark() in gdbuserror.c if you extend this enumeration */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user