[gnome-builder] application-tool: fix introspection for arguments
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] application-tool: fix introspection for arguments
- Date: Tue, 29 Dec 2015 05:45:28 +0000 (UTC)
commit c35400e35baa5d24cd1e585257f28483e11dbb87
Author: Christian Hergert <chergert redhat com>
Date: Sun Dec 27 23:36:26 2015 -0800
application-tool: fix introspection for arguments
libide/ide-application-tool.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/libide/ide-application-tool.c b/libide/ide-application-tool.c
index fe0d43f..5811fa6 100644
--- a/libide/ide-application-tool.c
+++ b/libide/ide-application-tool.c
@@ -25,6 +25,17 @@ ide_application_tool_default_init (IdeApplicationToolInterface *iface)
{
}
+/**
+ * ide_application_tool_run_async:
+ * @self: An #IdeApplicationTool
+ * @arguments: (array zero-terminated=1) (element-type utf8): argv for the command
+ * @cancellable: (nullable): A #GCancellable or %NULL
+ * @callback: A callback to execute upon completion
+ * @user_data: User data for @callback
+ *
+ * Asynchronously runs an application tool. This is typically done on the
+ * command line using the `ide` command.
+ */
void
ide_application_tool_run_async (IdeApplicationTool *self,
const gchar * const *arguments,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]