Fix many instances of "the the" in docs and comments. (#165815, Masao
2005-02-01 Matthias Clasen <mclasen@redhat.com> * */*.c: Fix many instances of "the the" in docs and comments. (#165815, Masao Mutoh)
This commit is contained in:
committed by
Matthias Clasen
parent
2fc5429c28
commit
1d0c7ea1bb
@ -1132,7 +1132,7 @@ gdk_display_supports_clipboard_persistence (GdkDisplay *display)
|
||||
* if all available targets should be saved.
|
||||
* @n_targets: length of the @targets array
|
||||
*
|
||||
* Issues a request to the the clipboard manager to store the
|
||||
* Issues a request to the clipboard manager to store the
|
||||
* clipboard data. On X11, this is a special program that works
|
||||
* according to the freedesktop clipboard specification, available at
|
||||
* <ulink url="http://www.freedesktop.org/Standards/clipboard-manager-spec">
|
||||
|
||||
@ -1170,7 +1170,7 @@ translate_keysym (GdkKeymapX11 *keymap_x11,
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Fall back to the the first level if no symbol for the level
|
||||
/* Fall back to the first level if no symbol for the level
|
||||
* we were passed.
|
||||
*/
|
||||
shift_level = (state & shift_modifiers) ? 1 : 0;
|
||||
|
||||
@ -352,7 +352,7 @@ gdk_screen_get_n_monitors (GdkScreen *screen)
|
||||
* @dest : a #GdkRectangle to be filled with the monitor geometry
|
||||
*
|
||||
* Retrieves the #GdkRectangle representing the size and position of
|
||||
* the individual monitor within the the entire screen area.
|
||||
* the individual monitor within the entire screen area.
|
||||
*
|
||||
* Note that the size of the entire screen area can be retrieved via
|
||||
* gdk_screen_get_width() and gdk_screen_get_height().
|
||||
|
||||
@ -104,7 +104,7 @@ _gdk_selection_filter_clear_event (XSelectionClearEvent *event)
|
||||
/**
|
||||
* gdk_selection_owner_set_for_display:
|
||||
* @display: the #GdkDisplay.
|
||||
* @owner: a #GdkWindow or %NULL to indicate that the the owner for
|
||||
* @owner: a #GdkWindow or %NULL to indicate that the owner for
|
||||
* the given should be unset.
|
||||
* @selection: an atom identifying a selection.
|
||||
* @time_: timestamp to use when setting the selection.
|
||||
@ -250,7 +250,7 @@ gdk_selection_convert (GdkWindow *requestor,
|
||||
If the retrieval failed, %NULL we be stored here, otherwise, it
|
||||
will be non-%NULL and the returned data should be freed with g_free()
|
||||
when you are finished using it. The length of the
|
||||
allocated memory is one more than the the length
|
||||
allocated memory is one more than the length
|
||||
of the returned data, and the final byte will always
|
||||
be zero, to ensure nul-termination of strings.
|
||||
* @prop_type: location to store the type of the property.
|
||||
|
||||
Reference in New Issue
Block a user