mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 04:45:35 +00:00
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
|
//
|
||
|
// Atom.custom
|
||
|
//
|
||
|
|
||
|
public static implicit operator string (Gdk.Atom atom)
|
||
|
{
|
||
|
return atom.Name;
|
||
|
}
|
||
|
|