summaryrefslogtreecommitdiff
path: root/bus
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2021-12-08 18:07:38 -0600
committerFederico Mena Quintero <federico@gnome.org>2021-12-13 16:36:39 -0600
commit5ce9eef73740709325f553e3719f933106a799fe (patch)
treecab61382a434203c96b319f5da8c20dabcadaaf8 /bus
parent297d4c4ea5fd5579dc92ef32ef30b05d4f2fb448 (diff)
downloadat-spi2-core-5ce9eef73740709325f553e3719f933106a799fe.tar.gz
Use GPid instead of int for the a11y_bus_pid
We'll start calling g_spawn_async_with_pipes() "properly", so better clean up the types.
Diffstat (limited to 'bus')
-rw-r--r--bus/at-spi-bus-launcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
index 4c839ac7..360d78a7 100644
--- a/bus/at-spi-bus-launcher.c
+++ b/bus/at-spi-bus-launcher.c
@@ -65,7 +65,7 @@ typedef struct {
A11yBusState state;
/* -1 == error, 0 == pending, > 0 == running */
- int a11y_bus_pid;
+ GPid a11y_bus_pid;
char *socket_name;
char *a11y_bus_address;
#ifdef HAVE_X11