diff --git a/python/src/notcurses/build_notcurses.py b/python/src/notcurses/build_notcurses.py index 1eea73ba0..aeab2e4d3 100644 --- a/python/src/notcurses/build_notcurses.py +++ b/python/src/notcurses/build_notcurses.py @@ -124,7 +124,8 @@ bool notcurses_canfade(const struct notcurses* nc); int notcurses_mouse_enable(struct notcurses* n); int notcurses_mouse_disable(struct notcurses* n); int ncplane_destroy(struct ncplane* ncp); -bool notcurses_canopen(const struct notcurses* nc); +bool notcurses_canopen_images(const struct notcurses* nc); +bool notcurses_canopen_videos(const struct notcurses* nc); int ncplane_mergedown(struct ncplane* restrict src, struct ncplane* restrict dst); void ncplane_erase(struct ncplane* n); int ncplane_cursor_move_yx(struct ncplane* n, int y, int x);