[gbinder-radio] Add RadioClient and related APIs. JB#55524

Replacement of some gint32 fields with enums may cause "warning:
passing argument xxx from incompatible pointer type" or something
similar at compile time but it's safe from the ABI prospective
because those enums have the same size as gint32 (and that's
checked at compiled time). It may, however, cause compilation
errors in the projects compiled with -Werror
This commit is contained in:
Slava Monich
2021-09-26 18:53:16 +03:00
parent 6a9a0b7d5e
commit 24a5e281d7
30 changed files with 6280 additions and 140 deletions

View File

@@ -47,8 +47,11 @@ LIB = $(LIB_NAME).a
#
SRC = \
radio_client.c \
radio_instance.c \
radio_registry.c \
radio_request.c \
radio_request_group.c \
radio_util.c
#