summaryrefslogtreecommitdiffstats
path: root/gril/gril.h
AgeCommit message (Collapse)AuthorFilesLines
2015-12-16gril: Add g_ril_new_with_ucredDenis Kenzior1-0/+2
2015-12-13gril: Use unsigned int instead of gsizeDenis Kenzior1-1/+1
Sizeof gsize changes depending on 32/64 bit system. However, in reality it is always 4 bytes.
2015-12-03gril: Remove g_ril_reply_parse_data_reg_stateDenis Kenzior1-2/+0
2015-10-13gril: Library to communicate with rildTony Espy1-0/+172
gril is a library used to communicate with rild, the Android telephony daemon. Communication happens using a named socket over which binder parcels are transmitted. Co-authored-by: Tony Espy <espy@canonical.com> Co-authored-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Co-authored-by: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com> Co-authored-by: Mikko Hurskainen <mikko.hurskainen@nomovok.com> Co-authored-by: You-Sheng Yang <vicamo.yang@canonical.com> Co-authored-by: Ratchanan Srirattanamet <peathot@hotmail.com>