summaryrefslogtreecommitdiff
path: root/tests/dbus/filedescriptor-errors_client.c-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/filedescriptor-errors_client.c-expected')
-rw-r--r--tests/dbus/filedescriptor-errors_client.c-expected8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/dbus/filedescriptor-errors_client.c-expected b/tests/dbus/filedescriptor-errors_client.c-expected
index 81354210a..67a5feb38 100644
--- a/tests/dbus/filedescriptor-errors_client.c-expected
+++ b/tests/dbus/filedescriptor-errors_client.c-expected
@@ -85,8 +85,8 @@ static gboolean test_dbus_interface_set_property (GDBusConnection* connection,
GError** error,
gpointer user_data);
static void _test_unregister_object (gpointer user_data);
-VALA_EXTERN void create_streams (GUnixInputStream* * input,
- GUnixOutputStream* * output,
+VALA_EXTERN void create_streams (GUnixInputStream** input,
+ GUnixOutputStream** output,
GError** error);
static void _vala_main (void);
@@ -354,8 +354,8 @@ _test_unregister_object (gpointer user_data)
}
void
-create_streams (GUnixInputStream* * input,
- GUnixOutputStream* * output,
+create_streams (GUnixInputStream** input,
+ GUnixOutputStream** output,
GError** error)
{
GUnixInputStream* _vala_input = NULL;