Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59bb099

Browse files
committed
todo comments
1 parent67fd2de commit59bb099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎bindings/interface/TextView.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ py::class_<BTextView, PyBTextView, BView, std::unique_ptr<BTextView,py::nodelete
303303
.def_static("AllocRunArray", &BTextView::AllocRunArray,"",py::arg("entryCount"),py::arg("outSize")=NULL)
304304
.def_static("CopyRunArray", &BTextView::CopyRunArray,"",py::arg("orig"),py::arg("countDelta")=0)
305305
.def_static("FreeRunArray", &BTextView::FreeRunArray,"",py::arg("array"))
306-
.def_static("FlattenRunArray", &BTextView::FlattenRunArray,"",py::arg("runArray"),py::arg("_size")=NULL)
307-
.def_static("UnflattenRunArray", &BTextView::UnflattenRunArray,"",py::arg("data"),py::arg("_size")=NULL)
306+
.def_static("FlattenRunArray", &BTextView::FlattenRunArray,"",py::arg("runArray"),py::arg("_size")=NULL)// return py::bytes or py::buffer?
307+
.def_static("UnflattenRunArray", &BTextView::UnflattenRunArray,"",py::arg("data"),py::arg("_size")=NULL)// data should be py::bytes or py::buffer?
308308
.def("Undo", &BTextView::Undo,"",py::arg("clipboard"))
309309
.def("UndoState", &BTextView::UndoState,"",py::arg("isRedo"))
310310
.def("MinSize", &BTextView::MinSize,"")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp