[gtk+] [GtkRadioAction] fix annotation _set_group, _get_group
- From: John Palmieri <johnp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] [GtkRadioAction] fix annotation _set_group, _get_group
- Date: Thu, 6 May 2010 21:32:38 +0000 (UTC)
commit b3e0e25d65db6b7be3385663ceeaecdc5c3115df
Author: John (J5) Palmieri <johnp redhat com>
Date: Thu May 6 17:30:03 2010 -0400
[GtkRadioAction] fix annotation _set_group, _get_group
* should be element-type GtkRadioAction not GtkAction
gtk/gtkradioaction.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkradioaction.c b/gtk/gtkradioaction.c
index 09f0af4..e76ff76 100644
--- a/gtk/gtkradioaction.c
+++ b/gtk/gtkradioaction.c
@@ -395,7 +395,7 @@ create_menu_item (GtkAction *action)
* }
* ]|
*
- * Returns: (element-type GtkAction) (transfer none): the list representing the radio group for this object
+ * Returns: (element-type GtkRadioAction) (transfer none): the list representing the radio group for this object
*
* Since: 2.4
*/
@@ -410,7 +410,7 @@ gtk_radio_action_get_group (GtkRadioAction *action)
/**
* gtk_radio_action_set_group:
* @action: the action object
- * @group: (element-type GtkAction): a list representing a radio group
+ * @group: (element-type GtkRadioAction): a list representing a radio group
*
* Sets the radio group for the radio action object.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]