[uim-commit] r1167 - in trunk: doc uim

yamaken at freedesktop.org yamaken at freedesktop.org
Tue Aug 9 10:19:47 EST 2005


Author: yamaken
Date: 2005-08-08 17:19:45 -0700 (Mon, 08 Aug 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	2005-08-09 00:07:30 UTC (rev 1166)
+++ trunk/doc/HELPER-PROTOCOL	2005-08-09 00:19:45 UTC (rev 1167)
@@ -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	2005-08-09 00:07:30 UTC (rev 1166)
+++ trunk/uim/uim-custom.c	2005-08-09 00:19:45 UTC (rev 1167)
@@ -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



More information about the uim-commit mailing list