gicon: Add virtual invokers for equal() and serialize()

This commit is contained in:
Marco Trevisan (Treviño) 2022-10-06 05:12:05 +02:00
parent 7ea5e4c293
commit c3ebf6cdca

View File

@ -106,7 +106,7 @@ g_icon_hash (gconstpointer icon)
} }
/** /**
* g_icon_equal: * g_icon_equal: (virtual equal)
* @icon1: (nullable): pointer to the first #GIcon. * @icon1: (nullable): pointer to the first #GIcon.
* @icon2: (nullable): pointer to the second #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 * @icon: a #GIcon
* *
* Serializes a #GIcon into a #GVariant. An equivalent #GIcon can be retrieved * Serializes a #GIcon into a #GVariant. An equivalent #GIcon can be retrieved