gir-repository r145 - trunk/gir



Author: tko
Date: Tue Oct 21 17:17:52 2008
New Revision: 145
URL: http://svn.gnome.org/viewvc/gir-repository?rev=145&view=rev

Log:
Rename parameters and add trailing whitespace to match annotations.

	* gir/gdk-x11-2.0.c:
	* gir/gtk-x11-2.0.c: Rename parameters and add trailing whitespace to
	match annotations.

Modified:
   trunk/gir/gdk-x11-2.0.c
   trunk/gir/gtk-x11-2.0.c

Modified: trunk/gir/gdk-x11-2.0.c
==============================================================================
--- trunk/gir/gdk-x11-2.0.c	(original)
+++ trunk/gir/gdk-x11-2.0.c	Tue Oct 21 17:17:52 2008
@@ -81,7 +81,7 @@
 /**
  * gdk_keymap_get_entries_for_keycode:
  * @keys: (out): 
- * @n_keys: (out): 
+ * @n_entries: (out): 
  */
 
 /**
@@ -89,7 +89,7 @@
  * @keyval: (out): 
  * @effective_group: (out): 
  * @level: (out): 
- * @modifiers: (out): 
+ * @consumed_modifiers: (out): 
  */
 
 /**

Modified: trunk/gir/gtk-x11-2.0.c
==============================================================================
--- trunk/gir/gtk-x11-2.0.c	(original)
+++ trunk/gir/gtk-x11-2.0.c	Tue Oct 21 17:17:52 2008
@@ -109,7 +109,7 @@
 
 /**
  * gtk_container_get_children: 
- * @container:
+ * @container: 
  *
  * Return value: (element-type Widget) (transfer container): List of #GtkWidget
  */
@@ -175,8 +175,8 @@
 
 /**
  * gtk_editable_get_selection_bounds: 
- * @start_pos: (out): 
- * @end_pos: (out): 
+ * @start: (out): 
+ * @end: (out): 
  */
 
 /**
@@ -328,8 +328,8 @@
 
 /**
  * gtk_list_store_set_column_types: 
- * @store: a #GtkListStore
- * @n_columns:
+ * @list_store: a #GtkListStore
+ * @n_columns: 
  * @types: (array length=n_columns): List of types
  */
 
@@ -905,8 +905,8 @@
 
 /**
  * gtk_widget_get_pointer: 
- * @width: (out): 
- * @height: (out): 
+ * @x: (out): 
+ * @y: (out): 
  */
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]