mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:15:39 +00:00
5 lines
154 B
Diff
5 lines
154 B
Diff
|
77c77
|
||
|
< void ( *link_activated) (AtkHyperlink *link_);
|
||
|
---
|
||
|
> void (* link_activated) (AtkHyperlink *link_);
|