gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation of caller_group_number in gnokii.1


From: Reiner Steib
Subject: Documentation of caller_group_number in gnokii.1
Date: Wed, 25 Feb 2004 17:16:17 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Hi,

the caller_group_number isn't documented in the man page yet.  In
xgnokii.c I have found the following:

,----[ xgnokii.c ]
| void GUI_InitCallerGroupsInf(void)
| [...]
|       xgnokiiConfig.callerGroups[0] = g_strndup(_("Family"), [...]
|       xgnokiiConfig.callerGroups[1] = g_strndup(_("VIP"), [...]
|       xgnokiiConfig.callerGroups[2] = g_strndup(_("Friends"), [...]
|       xgnokiiConfig.callerGroups[3] = g_strndup(_("Colleagues"), [...]
|       xgnokiiConfig.callerGroups[4] = g_strndup(_("Other"), [...]
|       xgnokiiConfig.callerGroups[5] = g_strndup(_("No group"), [...]
`----

Here's a patch that lists the possible values of caller_group_number
in the man page (please verify if it's correct!):

--8<---------------cut here---------------start------------->8---
--- gnokii.1    19 Feb 2004 00:45:57 -0000      1.28
+++ gnokii.1    25 Feb 2004 16:09:33 -0000
@@ -245,7 +245,7 @@
 .IP "" .5i
 entry_location
 .IP "" .5i
-caller_group
+caller_group_number
 .IP "" .5i
 subentry_type
 .IP "" .5i
@@ -254,6 +254,29 @@
 subentry_id
 .IP "" .5i
 subentry_text
+.PP
+Possible values of
+.B caller_group_number
+are:
+.IP
+.B 0
+Family
+.IP
+.B 1
+VIP
+.IP
+.B 2
+Friends
+.IP
+.B 3
+Colleagues
+.IP
+.B 4
+Other
+.IP
+.B 5
+No group
+.IP
 .PP
 Possible subentry types are described in the \fIgnokii/common.h\fR file:
 .IP
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]