mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
gicon: Add virtual invokers for equal() and serialize()
This commit is contained in:
parent
7ea5e4c293
commit
c3ebf6cdca
@ -106,7 +106,7 @@ g_icon_hash (gconstpointer icon)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_icon_equal:
|
||||
* g_icon_equal: (virtual equal)
|
||||
* @icon1: (nullable): pointer to the first #GIcon.
|
||||
* @icon2: (nullable): pointer to the second #GIcon.
|
||||
*
|
||||
@ -646,7 +646,7 @@ g_icon_deserialize (GVariant *value)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_icon_serialize:
|
||||
* g_icon_serialize: (virtual serialize)
|
||||
* @icon: a #GIcon
|
||||
*
|
||||
* Serializes a #GIcon into a #GVariant. An equivalent #GIcon can be retrieved
|
||||
|
Loading…
Reference in New Issue
Block a user