diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-14 00:29:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-14 00:29:37 +0200 |
commit | c11832e83eebf37443323bd343415cc173f7218f (patch) | |
tree | 1482ab7e51a7639eee488522ab246aebe6b69c39 /libcontacts.h.0 | |
parent | m (diff) | |
download | libcontacts-c11832e83eebf37443323bd343415cc173f7218f.tar.gz libcontacts-c11832e83eebf37443323bd343415cc173f7218f.tar.bz2 libcontacts-c11832e83eebf37443323bd343415cc173f7218f.tar.xz |
Finish contacts.5 and fix libcontacts.h.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libcontacts.h.0')
-rw-r--r-- | libcontacts.h.0 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libcontacts.h.0 b/libcontacts.h.0 index b28deb1..67f63f1 100644 --- a/libcontacts.h.0 +++ b/libcontacts.h.0 @@ -159,7 +159,7 @@ may be used if it is the contact's home address, if its his summer cabin, or .B \(dqwork\(dq if its his workplace. If the contact for example -has to workplaces, Alphatech and Betatech, +has two workplaces, Alphatech and Betatech, .B \(dqwork, alphatech\(dq and .B \(dqwork, betatech\(dq @@ -191,7 +191,7 @@ are defined. .BI "double " latitude Latitudinal GPS coordinate. .TP -.BI "double " latitude +.BI "double " longitude Longitudinal GPS coordinate. .TP .BI "char **" unrecognised_data @@ -246,13 +246,13 @@ Telephone calls. SMS, MMS, and similar. .TP .B .global -The block allows everywhere. When checking if a contact +The block applies everywhere. When checking if a contact is blocked, this entry is least prioritised, meaning that if a block entry that is specific the service that makes checks exists, that entry is used, otherwise this entry is used. .PP -Other values are defines by the services that use them, +Other values are defined by the services that use them, and should, if appropriate, be the package name of the application's reference implementation. In some situation, the protocol may be standardised, in which case the name @@ -432,7 +432,8 @@ with the following values: .RS .TP .B LIBCONTACTS_SILENT -The phone shall not call its owner's attention. +The phone shall not call its owner's attention. This +means that the contact should not actually be blocked. .TP .B LIBCONTACTS_BLOCK_OFF The phone shall appear to the caller as as turned off. |