shmpipe: Should not use glib type without ifdef
The shmpipe should build without GLIB.
This commit is contained in:
parent
859daad65d
commit
809d313493
@ -942,7 +942,7 @@ sp_get_fd (ShmPipe * self)
|
|||||||
return self->main_socket;
|
return self->main_socket;
|
||||||
}
|
}
|
||||||
|
|
||||||
const gchar *
|
const char *
|
||||||
sp_get_shm_area_name (ShmPipe * self)
|
sp_get_shm_area_name (ShmPipe * self)
|
||||||
{
|
{
|
||||||
if (self->shm_area)
|
if (self->shm_area)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user