mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
a9dd41c978
commit
22fcaf6312
1 changed files with 3 additions and 1 deletions
|
|
@ -363,7 +363,9 @@ void Page::navigation_reload(
|
||||||
// Response
|
// Response
|
||||||
socket__connection->get_input_stream()->read_all_async( // | read_async @TODO
|
socket__connection->get_input_stream()->read_all_async( // | read_async @TODO
|
||||||
buffer,
|
buffer,
|
||||||
sizeof(buffer) - 1,
|
sizeof(
|
||||||
|
buffer
|
||||||
|
) - 1, // @TODO
|
||||||
[this](const Glib::RefPtr<Gio::AsyncResult>&)
|
[this](const Glib::RefPtr<Gio::AsyncResult>&)
|
||||||
{
|
{
|
||||||
// Update
|
// Update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue