Rename get_information to fetch_information

This commit is contained in:
Richard 2022-04-26 19:20:38 -03:00
parent 984d1f375e
commit 005e516b5e
6 changed files with 8 additions and 8 deletions

View file

@ -158,7 +158,7 @@ impl iced_graphics::window::Compositor for Compositor {
);
}
fn get_information(&self) -> compositor::Information {
fn fetch_information(&self) -> compositor::Information {
let information = self.adapter.get_info();
compositor::Information {