Gio.IconIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
equal |
r |
Checks if two |
|
from_tokens |
r |
Constructs a |
|
g_iface |
r |
The parent interface. |
|
hash |
r |
A hash for a given |
|
serialize |
r |
Serializes a |
|
to_tokens |
r |
Serializes a |
Methods¶
None
Details¶
- class Gio.IconIface¶
Gio.IconIface
is used to implementGio.Icon
types for various different systems. SeeGio.ThemedIcon
andGio.LoadableIcon
for examples of how to implement this interface.