Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
wing
Commits
ddd31d30
Commit
ddd31d30
authored
Aug 23, 2021
by
Ignacio Casal Quinteiro
Browse files
wingnamedpipelistener: make it more clear that we are removing the
source
parent
e4078d1d
Pipeline
#309952
passed with stage
in 3 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
wing/wingnamedpipelistener.c
View file @
ddd31d30
...
...
@@ -434,7 +434,7 @@ connect_ready (HANDLE handle,
g_object_unref
(
task
);
return
FALS
E
;
return
G_SOURCE_REMOV
E
;
}
static
GList
*
...
...
@@ -518,7 +518,7 @@ accept_callback (HANDLE handle,
data
->
pipe_data
=
pipe_data
;
g_main_loop_quit
(
data
->
loop
);
return
TRU
E
;
return
G_SOURCE_REMOV
E
;
}
/* Check if any of the named pipes is already connected
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment