[glib] Add g_convert annotations
[gnome.gobject-introspection] / gir / glib-2.0.c
index 2c2a11d..4bb3390 100644 (file)
@@ -9,6 +9,11 @@
  * @name_used: (out):
  */
 
+/**
+ * g_filename_to_uri:
+ * @hostname: (allow-none):
+ */
+
 /**
  * g_markup_escape_text:
  * Return value: (transfer full):
 
 /**
  * g_idle_add_full:
- * @function: (scope notified):
  *
  * Rename to: g_idle_add
  */
 
 /**
  * g_child_watch_add_full:
- * @function: (scope notified):
  *
  * Rename to: g_child_watch_add
  */
 
 /**
  * g_io_add_watch_full:
- * @function: (scope notified):
  *
  * Rename to: g_io_add_watch
  */
 
 /**
  * g_timeout_add_full:
- * @function: (scope notified):
  *
  * Rename to: g_timeout_add
  */
 
 /**
  * g_timeout_add_seconds_full:
- * @function: (scope notified):
  *
  * Rename to: g_timeout_add_seconds
  */
@@ -83,7 +83,7 @@
  * g_spawn_async:
  * @working_directory: (allow-none):
  * @envp: (allow-none):
- * @child_setup: (allow-none):
+ * @child_setup: (scope async): (allow-none):
  * @user_data: (allow-none):
  * @child_pid: (out):
  */
@@ -92,7 +92,7 @@
  * g_spawn_async_with_pipes:
  * @working_directory: (allow-none):
  * @envp: (allow-none):
- * @child_setup: (allow-none):
+ * @child_setup: (scope async): (allow-none):
  * @user_data: (allow-none):
  * @child_pid: (out):
  * @standard_input: (out):
  * g_spawn_sync:
  * @working_directory: (allow-none):
  * @envp: (allow-none):
- * @child_setup: (allow-none):
+ * @child_setup: (scope call): (allow-none):
  * @user_data: (allow-none):
  * @standard_output: (out):
  * @standard_error: (out):
  * @exit_status: (out):
  */
 
-/*
+/**
  * g_get_system_config_dirs:
  * Return value: (array zero-terminated=1) (transfer none)
  */
  * g_get_system_data_dirs:
  * Return value: (array zero-terminated=1) (transfer none)
  */
+
+/**
+ * g_shell_parse_argv:
+ * @command_line:
+ * @argcp: (out):
+ * @argvp: (out): (array zero-terminated=1):
+ * @error:
+ */
+
+/**
+ * g_completion_complete_utf8:
+ * Return value: (element-type utf8) (transfer none):
+ */
+
+/**
+ * g_convert:
+ * @bytes_read: (out):
+ * @bytes_written: (out):
+ */