plist = mplist_add (plist, Minput_reset, (void *) win_callback);
}
#if 0
- /* This will make a caller of minput_method_open() pazzled. */
+ /* This will make the caller of minput_method_open() pazzled. */
minput_driver = &minput_gui_driver;
#endif
MInputDriver *driver;
MDEBUG_PRINT2 (" [IM] opening (%s %s) ... ",
- msymbol_name (language), msymbol_name (name));
+ msymbol_name (language), msymbol_name (name));
if (language)
driver = minput_driver;
else
@return
If there exists the specified input method and it defines an
- title, a plist is returned. Otherwise, NULL is returned. A caller
- must free the plist by m17n_object_unref ().
+ title, a plist is returned. Otherwise, NULL is returned. The
+ caller must free the plist by m17n_object_unref ().
*/
MPlist *
@return
If the input method uses any variables, a pointer to #MPlist is
- returned. As the plist is kept in the library, a caller must not
+ returned. As the plist is kept in the library, the caller must not
modify nor free it. If the input method does not use any
variable, @c NULL is returned. */
/***ja