Author: yamaken
Date: Mon Aug 8 17:19:45 2005
New Revision: 1167
Modified:
trunk/doc/HELPER-PROTOCOL
trunk/uim/uim-custom.c
Log:
* uim/uim-custom.c
- (uim_custom_broadcast_reload_request): Add the description
* doc/HELPER-PROTOCOL
- set-fill-column to 78
Modified: trunk/doc/HELPER-PROTOCOL
==============================================================================
--- trunk/doc/HELPER-PROTOCOL (original)
+++ trunk/doc/HELPER-PROTOCOL Mon Aug 8 17:19:45 2005
@@ -331,9 +331,9 @@
- custom_reload_notify
- This is a notification message to reload configrations. If a process
receive
- this message, the process should reload configrations somehow. This message
- maybe needless in the future.
+ This is a notification message to reload configrations. If a process
+ receive this message, the process should reload configrations
+ somehow. This message maybe needless in the future.
custom_reload_notify = "custom_release_notify\n"
@@ -344,3 +344,9 @@
commit_string = "commit_string\n" str_to_commit "\n"
str_to_commit = /^[^\n]+$/
+
+
+Local Variables:
+mode: indented-text
+fill-column: 78
+End:
Modified: trunk/uim/uim-custom.c
==============================================================================
--- trunk/uim/uim-custom.c (original)
+++ trunk/uim/uim-custom.c Mon Aug 8 17:19:45 2005
@@ -978,6 +978,8 @@
}
/**
+ * Broadcasts a request to reload custom files to other uim-enabled
+ * application processes via uim-helper-server.
*
* @retval UIM_TRUE succeeded
* @retval UIM_FALSE failed