Doc fixes

2008-12-28  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkimmodule.c:
        * gtk/gtkseparatortoolitem.c: Doc fixes

        * gtk/gtkfontsel.c: Merge docs inline.


svn path=/trunk/; revision=21957
This commit is contained in:
Matthias Clasen
2008-12-29 00:07:32 +00:00
committed by Matthias Clasen
parent 94e6589d2d
commit 3c906f8616
4 changed files with 90 additions and 70 deletions

View File

@ -55,10 +55,8 @@
* GtkIMContextInfo:
* @context_id: The unique identification string of the input method.
* @context_name: The human-readable name of the input method.
* @domain: Translation domain to be used with
* <function>dgettext&lpar;&rpar;</function>.
* @domain_dirname: Name of locale directory for use with
* <function>bindtextdomain&lpar;&rpar;</function>.
* @domain: Translation domain to be used with dgettext()
* @domain_dirname: Name of locale directory for use with bindtextdomain()
* @default_locales: A colon-separated list of locales where this input method
* should be the default. The asterisk "*" sets the default for all locales.
*
@ -513,7 +511,7 @@ compare_gtkimcontextinfo_name(const GtkIMContextInfo **a,
* @n_contexts: the length of the array stored in @contexts
*
* List all available types of input method context
**/
*/
void
_gtk_im_module_list (const GtkIMContextInfo ***contexts,
guint *n_contexts)
@ -591,8 +589,8 @@ _gtk_im_module_list (const GtkIMContextInfo ***contexts,
* ID @context_id.
*
* Return value: a newly created input context of or @context_id, or
* if that could not be created, a newly created GtkIMContextSimple.
**/
* if that could not be created, a newly created GtkIMContextSimple.
*/
GtkIMContext *
_gtk_im_module_create (const gchar *context_id)
{
@ -660,7 +658,7 @@ match_locale (const gchar *locale,
* for the given window.
*
* Return value: the context ID (will never be %NULL)
**/
*/
const gchar *
_gtk_im_module_get_default_context_id (GdkWindow *client_window)
{