mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
fix set_from_resource method name
This commit is contained in:
parent
1086d48051
commit
a0dfd10b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class Image
|
||||||
string $data
|
string $data
|
||||||
): void
|
): void
|
||||||
{
|
{
|
||||||
$this->gtk->new_from_resource(
|
$this->gtk->set_from_resource(
|
||||||
$data
|
$data
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue