2.90.2 (unstable): Gdk: * Display: Remove list_devices() and get_core_pointer() because they are now deprecated in GTK+. * DragContext: Rename get_targets() to list_targets(). Remove accessors for some (now hidden) struct fields. * Image: - Rename get_bpp() to get_bytes_per_pixel(). - Rename get_bpl() to get_bytes_per_line(). - Added get_depth(). (Murray Cumming) Gtk: * Box: Remove the children() list because it used a struct field and struct type that are now hidden. * ProgressBar: Remove the unnused ProgressBarStyle enum. (Murray Cumming)