[glib/backport-2412-paramspec-annotation-glib-2-70] paramspec: fix unref annotation
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/backport-2412-paramspec-annotation-glib-2-70] paramspec: fix unref annotation
- Date: Wed, 5 Jan 2022 13:13:13 +0000 (UTC)
commit 2812798347a21104d7484f531a897bbc1a23b582
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Thu Dec 30 12:40:47 2021 +0000
paramspec: fix unref annotation
gobject/gparam.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gobject/gparam.h b/gobject/gparam.h
index 367d4760f..e0f316682 100644
--- a/gobject/gparam.h
+++ b/gobject/gparam.h
@@ -196,7 +196,7 @@ typedef struct _GParamSpecClass GParamSpecClass;
typedef struct _GParameter GParameter GLIB_DEPRECATED_TYPE_IN_2_54;
typedef struct _GParamSpecPool GParamSpecPool;
/**
- * GParamSpec: (ref-func g_param_spec_ref_sink) (unref-func g_param_spec_uref) (set-value-func
g_value_set_param) (get-value-func g_value_get_param)
+ * GParamSpec: (ref-func g_param_spec_ref_sink) (unref-func g_param_spec_unref) (set-value-func
g_value_set_param) (get-value-func g_value_get_param)
* @g_type_instance: private #GTypeInstance portion
* @name: name of this parameter: always an interned string
* @flags: #GParamFlags flags for this parameter
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]