mirror of
https://github.com/encounter/SDL.git
synced 2025-10-05 09:29:38 +00:00
SDL_DBus_CallWithBasicReply() allows us to send a DBus message and get its result, if it is a basic type, e.g. integer or string. With this function we avoid duplicating code. Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com>