summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/internals
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-03-21 03:12:17 +0000
committerfukachan <fukachan>2004-03-21 03:12:17 +0000
commit586b328265d861b8000184b91990f18761d8555c (patch)
treea62144bc3772259817da75764132694a5b3f54c7 /fml/doc/ja/tutorial/internals
parentabfa4009bb7067df081c03bf6190f0d88c782110 (diff)
downloadfml8-586b328265d861b8000184b91990f18761d8555c.tar.gz
fml8-586b328265d861b8000184b91990f18761d8555c.tar.bz2
fml8-586b328265d861b8000184b91990f18761d8555c.zip
regen: command_context_{get,set}_ml_name()
Diffstat (limited to 'fml/doc/ja/tutorial/internals')
-rw-r--r--fml/doc/ja/tutorial/internals/PCB.sgml2
1 files changed, 2 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/internals/PCB.sgml b/fml/doc/ja/tutorial/internals/PCB.sgml
index 0af0dbba..fccb398d 100644
--- a/fml/doc/ja/tutorial/internals/PCB.sgml
+++ b/fml/doc/ja/tutorial/internals/PCB.sgml
@@ -4,10 +4,12 @@ module function category
<-- (get value)
--> (set value)
--------------------------------------------------------------------------------
+State command_context_get_ml_name <-- process_command
State command_context_get_admin_auth <-- process_command
State command_context_get_need_confirm <-- process_command
State command_context_get_stop_process <-- process_command
State command_context_get_admin_password <-- process_command
+State command_context_set_ml_name --> process_command
State command_context_set_admin_auth --> process_command
State command_context_set_need_confirm --> process_command
State command_context_set_stop_process --> process_command