gir-repository r283 - trunk/gir
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gir-repository r283 - trunk/gir
- Date: Tue, 3 Feb 2009 00:32:59 +0000 (UTC)
Author: johan
Date: Tue Feb 3 00:32:58 2009
New Revision: 283
URL: http://svn.gnome.org/viewvc/gir-repository?rev=283&view=rev
Log:
Sort annotations
Modified:
trunk/gir/clutter-0.8.c
Modified: trunk/gir/clutter-0.8.c
==============================================================================
--- trunk/gir/clutter-0.8.c (original)
+++ trunk/gir/clutter-0.8.c Tue Feb 3 00:32:58 2009
@@ -2,31 +2,10 @@
* main upstream source code.
*/
-/* Hack to make clutter_init(NULL, NULL) work the actual signature:
- *
- * ClutterInitError clutter_init (int *argc,
- * char ***argv);
- *
- * Is a a single inout array with length, which we can't represent
- * at the current time.
- */
-/**
- * clutter_init:
- * @argc: (inout):
- * @argv: (array length=argc) (inout):
- */
-
-/* parameter_string/translation_domain are char *, should be const char *
- * http://bugzilla.openedhand.com/show_bug.cgi?id=1197
- */
/**
- * clutter_init_with_args:
- * @argc: (inout):
- * @argv: (inout):
- * @parameter_string: (transfer none):
- * @entries:
- * @translation_domain: (transfer none):
- * @error:
+ * clutter_actor_lower:
+ * @self: actor
+ * @above: (allow-none): actor to lower below
*/
/**
@@ -36,24 +15,6 @@
*/
/**
- * clutter_actor_get_stage:
- *
- * Return value: (transfer none):
- */
-
-/**
- * clutter_container_get_children:
- *
- * Return value: (element-type Actor) (transfer container):
- */
-
-/**
- * clutter_stage_get_default:
- *
- * Return value: (transfer none):
- */
-
-/**
* clutter_actor_get_preferred_size:
* @min_width_p: (out) (allow-none):
* @min_height_p: (out) (allow-none):
@@ -62,93 +23,89 @@
*/
/**
- * clutter_stage_get_key_focus:
+ * clutter_actor_get_stage:
*
* Return value: (transfer none):
*/
/**
- * clutter_stage_get_actor_at_pos:
+ * clutter_actor_raise:
+ * @self: actor
+ * @below: (allow-none): actor to raise above
+ */
+
+/**
+ * clutter_actor_transform_stage_point:
+ * @self: actor
+ * @x: (in):
+ * @y: (in):
+ * @x_out: (out):
+ * @y_out: (out):
+ */
+
+/**
+ * clutter_alpha_get_timeline:
*
* Return value: (transfer none):
*/
/**
- * clutter_model_set_types:
- * @model: model
- * @n_columns: column count
- * @types: (array length=n_columns): Element types
+ * clutter_color_from_hls:
+ * @dest: (out):
*/
/**
- * clutter_model_set_names:
- * @model: model
- * @n_columns: column count
- * @names: (array length=n_columns): Element types
+ * clutter_color_from_hlsx:
+ * @dest: (out):
*/
/**
- * clutter_model_appendv:
- * @model: model
- * @n_columns: column count
- * @columns: (array length=n_columns): column indicies
- * @values: (array length=n_columns): oElement types
+ * clutter_color_from_pixel:
+ * @dest: (out):
*/
/**
- * clutter_model_insertv:
- * @model: model
- * @row: row index
- * @n_columns: column count
- * @columns: (array length=n_columns): column indicies
- * @values: (array length=n_columns): oElement types
+ * clutter_color_add:
+ * @dest: (out):
*/
/**
- * clutter_actor_raise:
- * @self: actor
- * @below: (allow-none): actor to raise above
+ * clutter_color_substract:
+ * @dest: (out):
+ *
*/
/**
- * clutter_actor_lower:
- * @self: actor
- * @above: (allow-none): actor to lower below
+ * clutter_color_lighten:
+ * @dest: (out):
+ *
*/
/**
- * clutter_actor_transform_stage_point:
- * @self: actor
- * @x: (in):
- * @y: (in):
- * @x_out: (out):
- * @y_out: (out):
+ * clutter_color_darken:
+ * @dest: (out):
+ *
*/
/**
- * clutter_group_lower:
- * @self: group
- * @actor: actor
- * @sibling: sibling
+ * clutter_color_shade:
+ * @dest: (out):
*
- * Deprecated: 0.6: Use clutter_container_lower_child() instead.
*/
/**
- * clutter_group_raise:
- * @self: group
- * @actor: actor
- * @sibling: sibling
+ * clutter_color_shadex:
+ * @dest: (out):
*
- * Deprecated: 0.6: Use clutter_container_raise_child() instead.
*/
/**
- * clutter_group_get_nth_child:
+ * clutter_container_get_children:
*
- * Return value: (transfer none):
+ * Return value: (element-type Actor) (transfer container):
*/
+
/**
* clutter_effect_fade:
*
@@ -185,58 +142,104 @@
* Return value: (transfer none):
*/
+/* Hack to make clutter_init(NULL, NULL) work the actual signature:
+ *
+ * ClutterInitError clutter_init (int *argc,
+ * char ***argv);
+ *
+ * Is a a single inout array with length, which we can't represent
+ * at the current time.
+ */
/**
- * clutter_alpha_get_timeline:
+ * clutter_init:
+ * @argc: (inout):
+ * @argv: (array length=argc) (inout):
+ */
+
+/* parameter_string/translation_domain are char *, should be const char *
+ * http://bugzilla.openedhand.com/show_bug.cgi?id=1197
+ */
+/**
+ * clutter_init_with_args:
+ * @argc: (inout):
+ * @argv: (inout):
+ * @parameter_string: (transfer none):
+ * @entries:
+ * @translation_domain: (transfer none):
+ * @error:
+ */
+
+/**
+ * clutter_group_lower:
+ * @self: group
+ * @actor: actor
+ * @sibling: sibling
*
- * Return value: (transfer none):
+ * Deprecated: 0.6: Use clutter_container_lower_child() instead.
*/
/**
- * clutter_color_from_hls:
- * @dest: (out):
+ * clutter_group_raise:
+ * @self: group
+ * @actor: actor
+ * @sibling: sibling
+ *
+ * Deprecated: 0.6: Use clutter_container_raise_child() instead.
*/
/**
- * clutter_color_from_hlsx:
- * @dest: (out):
+ * clutter_group_get_nth_child:
+ *
+ * Return value: (transfer none):
*/
/**
- * clutter_color_from_pixel:
- * @dest: (out):
+ * clutter_model_appendv:
+ * @model: model
+ * @n_columns: column count
+ * @columns: (array length=n_columns): column indicies
+ * @values: (array length=n_columns): oElement types
*/
/**
- * clutter_color_add:
- * @dest: (out):
+ * clutter_model_insertv:
+ * @model: model
+ * @row: row index
+ * @n_columns: column count
+ * @columns: (array length=n_columns): column indicies
+ * @values: (array length=n_columns): oElement types
*/
/**
- * clutter_color_substract:
- * @dest: (out):
- *
+ * clutter_model_set_types:
+ * @model: model
+ * @n_columns: column count
+ * @types: (array length=n_columns): Element types
*/
/**
- * clutter_color_lighten:
- * @dest: (out):
- *
+ * clutter_model_set_names:
+ * @model: model
+ * @n_columns: column count
+ * @names: (array length=n_columns): Element types
*/
/**
- * clutter_color_darken:
- * @dest: (out):
+ * clutter_stage_get_default:
*
+ * Return value: (transfer none):
*/
/**
- * clutter_color_shade:
- * @dest: (out):
+ * clutter_stage_get_key_focus:
*
+ * Return value: (transfer none):
*/
/**
- * clutter_color_shadex:
- * @dest: (out):
+ * clutter_stage_get_actor_at_pos:
*
+ * Return value: (transfer none):
*/
+
+/* Keep ordered please, do not add new things here without thinking! */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]