[glib: 3/5] gicon: Add virtual invokers for equal() and serialize()
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 3/5] gicon: Add virtual invokers for equal() and serialize()
- Date: Thu, 20 Oct 2022 11:39:09 +0000 (UTC)
commit c3ebf6cdca10941b6c64e93067bf3b64419b8c0e
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Thu Oct 6 05:12:05 2022 +0200
gicon: Add virtual invokers for equal() and serialize()
gio/gicon.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gicon.c b/gio/gicon.c
index 16460ceb49..f1a4a29313 100644
--- a/gio/gicon.c
+++ b/gio/gicon.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]