Skip to content

Commit

Permalink
codegen: How to handle calls for getters?
Browse files Browse the repository at this point in the history
  • Loading branch information
C47D committed Jan 12, 2025
1 parent e0085b4 commit 473a000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lvgl-codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ impl Rusty for LvFunc {
}
});

// TODO Unsafe function for getters should be lvgl_sys::lv_bar_get_value(self.core.raw().as_ptr()) ?
// Currently they are lvgl_sys :: lv_bar_get_value (self . core . raw () . as_mut ()) }
let args_call = self
.args
.iter()
Expand Down

0 comments on commit 473a000

Please sign in to comment.