[goocanvas] Use GObject.Object instead of GLib.Object in introspection annotations
- From: Jasper Lievisse Adriaanse <jasperla src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goocanvas] Use GObject.Object instead of GLib.Object in introspection annotations
- Date: Thu, 28 Mar 2013 10:22:58 +0000 (UTC)
commit 2088843efb50f05b8965340eddbf7c0103c6eef1
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date: Thu Mar 28 11:22:08 2013 +0100
Use GObject.Object instead of GLib.Object in introspection annotations
src/goocanvasitem.c | 2 +-
src/goocanvasitemmodel.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/goocanvasitem.c b/src/goocanvasitem.c
index 42e2493..bbbfcaf 100644
--- a/src/goocanvasitem.c
+++ b/src/goocanvasitem.c
@@ -397,7 +397,7 @@ goo_canvas_item_base_init (gpointer g_iface)
/**
* GooCanvasItem::child-notify
* @item: the item that received the signal.
- * @pspec: (type GLib.ParamSpec): the #GParamSpec of the changed child property.
+ * @pspec: (type GObject.ParamSpec): the #GParamSpec of the changed child property.
*
* Emitted for each child property that has changed.
* The signal's detail holds the property name.
diff --git a/src/goocanvasitemmodel.c b/src/goocanvasitemmodel.c
index ac9b330..d8e90cf 100644
--- a/src/goocanvasitemmodel.c
+++ b/src/goocanvasitemmodel.c
@@ -186,7 +186,7 @@ goo_canvas_item_model_base_init (gpointer g_iface)
/**
* GooCanvasItemModel::child-notify
* @item: the item model that received the signal.
- * @pspec: (type GLib.ParamSpec): the #GParamSpec of the changed child property.
+ * @pspec: (type GObject.ParamSpec): the #GParamSpec of the changed child property.
*
* Emitted for each child property that has changed.
* The signal's detail holds the property name.
@@ -1126,7 +1126,7 @@ goo_canvas_item_model_class_install_child_property (GObjectClass *mclass,
*
* It finds a child property of a canvas item class by name.
*
- * Returns: (type GLib.ParamSpec) (transfer none): The #GParamSpec of the child
+ * Returns: (type GObject.ParamSpec) (transfer none): The #GParamSpec of the child
* property or %NULL if @class has no child property with that name.
*/
GParamSpec*
@@ -1152,7 +1152,7 @@ goo_canvas_item_model_class_find_child_property (GObjectClass *mclass,
*
* It returns all child properties of a canvas item class.
*
- * Returns: (array length=n_properties) (element-type GLib.ParamSpec) (transfer container):
+ * Returns: (array length=n_properties) (element-type GObject.ParamSpec) (transfer container):
* a newly allocated array of #GParamSpec*. The array must be freed with g_free().
*/
GParamSpec**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]