mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
ci: Ignore ABI changes for keyboard backlight symbols
We don't care that the up_exported_kbd_backlight_* symbols and functions were removed from the libupower-glib ABI, they should never have been exported in the first place as this API is only used server-side, in the daemon.
This commit is contained in:
parent
c0402747fd
commit
55e4557425
1 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
[suppress_type]
|
||||
type_kind = enum
|
||||
changed_enumerators = UP_DEVICE_KIND_BLUETOOTH_GENERIC, UP_DEVICE_KIND_LAST
|
||||
|
||||
[suppress_function]
|
||||
type_kind = function
|
||||
name_regexp = up_exported_kbd_backlight_*
|
||||
|
||||
[suppress_function]
|
||||
type_kind = function
|
||||
symbol_name_regexp = up_exported_kbd_backlight_*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue