summaryrefslogtreecommitdiff
path: root/lib/packagekit-glib2/pk-client.h
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2018-11-02 14:19:58 +0100
committerRichard Hughes <richard@hughsie.com>2019-07-04 11:32:53 +0100
commitb75a7c580b490bd44e1047cb223569e4270678b0 (patch)
tree25c21369cad22e1f9aedc245b10ac94704e12fdb /lib/packagekit-glib2/pk-client.h
parent2aedccd9415f5debf2c3a08d386cb60a100b51c3 (diff)
packagekit-glib2: Export pk_client_create_helper_argv_envp()
This allows us to build an external client helper binary that uses this function to build argv and evnp.
Diffstat (limited to 'lib/packagekit-glib2/pk-client.h')
-rw-r--r--lib/packagekit-glib2/pk-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/packagekit-glib2/pk-client.h b/lib/packagekit-glib2/pk-client.h
index 88af900d5..bef916f58 100644
--- a/lib/packagekit-glib2/pk-client.h
+++ b/lib/packagekit-glib2/pk-client.h
@@ -412,6 +412,9 @@ void pk_client_get_progress_async (PkClient *client,
GAsyncReadyCallback callback_ready,
gpointer user_data);
+gboolean pk_client_create_helper_argv_envp (gchar ***argv,
+ gchar ***envp_out);
+
/* getters and setters */
void pk_client_set_locale (PkClient *client,
const gchar *locale);