mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	GDBusError enum: Remove trailing comma.
This is helpful to people using the g++ --pedantic option.
This commit is contained in:
		@@ -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 */
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user