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:
parent
2fc5429c28
commit
1d0c7ea1bb
@ -1,5 +1,8 @@
|
||||
2005-02-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* */*.c: Fix many instances of "the the" in docs and
|
||||
comments. (#165815, Masao Mutoh)
|
||||
|
||||
* gtk/updateiconcache.c (main): Add a --quiet option.
|
||||
|
||||
2005-02-01 Tor Lillqvist <tml@novell.com>
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-02-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* */*.c: Fix many instances of "the the" in docs and
|
||||
comments. (#165815, Masao Mutoh)
|
||||
|
||||
* gtk/updateiconcache.c (main): Add a --quiet option.
|
||||
|
||||
2005-02-01 Tor Lillqvist <tml@novell.com>
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-02-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* */*.c: Fix many instances of "the the" in docs and
|
||||
comments. (#165815, Masao Mutoh)
|
||||
|
||||
* gtk/updateiconcache.c (main): Add a --quiet option.
|
||||
|
||||
2005-02-01 Tor Lillqvist <tml@novell.com>
|
||||
|
@ -873,7 +873,7 @@ gdk_event_set_screen (GdkEvent *event,
|
||||
* Returns the screen for the event. The screen is
|
||||
* typically the screen for <literal>event->any.window</literal>, but
|
||||
* for events such as mouse events, it is the screen
|
||||
* where the the pointer was when the event occurs -
|
||||
* where the pointer was when the event occurs -
|
||||
* that is, the screen which has the root window
|
||||
* to which <literal>event->motion.x_root</literal> and
|
||||
* <literal>event->motion.y_root</literal> are relative.
|
||||
|
@ -1312,7 +1312,7 @@ gdk_rgb_convert_gray8_gray (GdkRgbInfo *image_info, GdkImage *image,
|
||||
#ifdef HAIRY_CONVERT_565
|
||||
/* Render a 24-bit RGB image in buf into the GdkImage, without dithering.
|
||||
This assumes native byte ordering - what should really be done is to
|
||||
check whether the the image byte_order is consistent with the _ENDIAN
|
||||
check whether the image byte_order is consistent with the _ENDIAN
|
||||
config flag, and if not, use a different function.
|
||||
|
||||
This one is even faster than the one below - its inner loop loads 3
|
||||
|
@ -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.
|
||||
|
@ -376,7 +376,7 @@ gtk_button_box_get_child_secondary (GtkButtonBox *widget,
|
||||
*
|
||||
* This group appears after the other children if the style
|
||||
* is %GTK_BUTTONBOX_START, %GTK_BUTTONBOX_SPREAD or
|
||||
* %GTK_BUTTONBOX_EDGE, and before the the other children if the style
|
||||
* %GTK_BUTTONBOX_EDGE, and before the other children if the style
|
||||
* is %GTK_BUTTONBOX_END. For horizontal button boxes, the definition
|
||||
* of before/after depends on direction of the widget (see
|
||||
* gtk_widget_set_direction()). If the style is %GTK_BUTTONBOX_START
|
||||
|
@ -1364,7 +1364,7 @@ gtk_container_set_focus_child (GtkContainer *container,
|
||||
* gtk_container_get_children:
|
||||
* @container: a #GtkContainer.
|
||||
*
|
||||
* Returns the the container's non-internal children. See
|
||||
* Returns the container's non-internal children. See
|
||||
* gtk_container_forall() for details on what constitutes an "internal" child.
|
||||
*
|
||||
* Return value: a newly-allocated list of the container's non-internal children.
|
||||
|
@ -2700,7 +2700,7 @@ gtk_drag_set_icon_pixbuf (GdkDragContext *context,
|
||||
* @hot_x: the X offset within the icon of the hotspot.
|
||||
* @hot_y: the Y offset within the icon of the hotspot.
|
||||
*
|
||||
* Sets the the icon for a given drag from a stock ID.
|
||||
* Sets the icon for a given drag from a stock ID.
|
||||
**/
|
||||
void
|
||||
gtk_drag_set_icon_stock (GdkDragContext *context,
|
||||
@ -3500,7 +3500,7 @@ gtk_drag_end (GtkDragSourceInfo *info, guint32 time)
|
||||
gtk_drag_key_cb,
|
||||
info);
|
||||
|
||||
/* Send on a release pair to the the original
|
||||
/* Send on a release pair to the original
|
||||
* widget to convince it to release its grab. We need to
|
||||
* call gtk_propagate_event() here, instead of
|
||||
* gtk_widget_event() because widget like GtkList may
|
||||
|
@ -3391,7 +3391,7 @@ gtk_entry_adjust_scroll (GtkEntry *entry)
|
||||
* the right, when the scroll is at the utmost right. This
|
||||
* looks better to to me than confining the cursor inside the
|
||||
* border entirely, though it means that the cursor gets one
|
||||
* pixel closer to the the edge of the widget on the right than
|
||||
* pixel closer to the edge of the widget on the right than
|
||||
* on the left. This might need changing if one changed
|
||||
* INNER_BORDER from 2 to 1, as one would do on a
|
||||
* small-screen-real-estate display.
|
||||
|
@ -433,7 +433,7 @@ gtk_file_chooser_get_filename (GtkFileChooser *chooser)
|
||||
* @chooser: a #GtkFileChooser
|
||||
* @filename: the filename to set as current
|
||||
*
|
||||
* Sets @filename as the current filename for the the file chooser;
|
||||
* Sets @filename as the current filename for the file chooser;
|
||||
* If the file name isn't in the current folder of @chooser, then the
|
||||
* current folder of @chooser will be changed to the folder containing
|
||||
* @filename. This is equivalent to a sequence of
|
||||
@ -721,7 +721,7 @@ gtk_file_chooser_get_uri (GtkFileChooser *chooser)
|
||||
* @chooser: a #GtkFileChooser
|
||||
* @uri: the URI to set as current
|
||||
*
|
||||
* Sets the file referred to by @uri as the current file for the the
|
||||
* Sets the file referred to by @uri as the current file for the
|
||||
* file chooser; If the file name isn't in the current folder of @chooser,
|
||||
* then the current folder of @chooser will be changed to the folder containing
|
||||
* @uri. This is equivalent to a sequence of gtk_file_chooser_unselect_all()
|
||||
|
@ -3056,7 +3056,7 @@ open_user_dir (const gchar *text_to_complete,
|
||||
|
||||
#endif
|
||||
|
||||
/* open a directory relative the the current relative directory */
|
||||
/* open a directory relative to the current relative directory */
|
||||
static CompletionDir*
|
||||
open_relative_dir (gchar *dir_name,
|
||||
CompletionDir *dir,
|
||||
|
@ -1124,8 +1124,8 @@ _gtk_file_system_model_set_filter (GtkFileSystemModel *model,
|
||||
* then unrefs all the parent nodes.
|
||||
*
|
||||
* The reason for doing this operation as a callback
|
||||
* is so that if the operation performed with the the
|
||||
* path and iter results in referencing the the node
|
||||
* is so that if the operation performed with the
|
||||
* path and iter results in referencing the node
|
||||
* and/or parent nodes, we don't load all the information
|
||||
* about the nodes.
|
||||
*
|
||||
|
@ -440,7 +440,7 @@ gtk_radio_action_set_group (GtkRadioAction *action,
|
||||
* gtk_radio_action_get_current_value:
|
||||
* @action: a #GtkRadioAction
|
||||
*
|
||||
* Obtains the value property of the the currently active member of
|
||||
* Obtains the value property of the currently active member of
|
||||
* the group to which @action belongs.
|
||||
*
|
||||
* Return value: The value of the currently active group member
|
||||
|
@ -2086,7 +2086,7 @@ gtk_rc_init_style (GtkRcContext *context,
|
||||
GSList *tmp_styles;
|
||||
GType rc_style_type = GTK_TYPE_RC_STYLE;
|
||||
|
||||
/* Find the the first style where the RC file specified engine "" {}
|
||||
/* Find the first style where the RC file specified engine "" {}
|
||||
* or the first derived style and use that to create the
|
||||
* merged style. If we only have raw GtkRcStyles, use the first
|
||||
* style to create the merged style.
|
||||
|
@ -9222,7 +9222,7 @@ gtk_tree_view_new_with_model (GtkTreeModel *model)
|
||||
* gtk_tree_view_get_model:
|
||||
* @tree_view: a #GtkTreeView
|
||||
*
|
||||
* Returns the model the the #GtkTreeView is based on. Returns %NULL if the
|
||||
* Returns the model the #GtkTreeView is based on. Returns %NULL if the
|
||||
* model is unset.
|
||||
*
|
||||
* Return value: A #GtkTreeModel, or %NULL if none is currently being used.
|
||||
@ -9508,7 +9508,7 @@ gtk_tree_view_get_headers_visible (GtkTreeView *tree_view)
|
||||
* @tree_view: A #GtkTreeView.
|
||||
* @headers_visible: %TRUE if the headers are visible
|
||||
*
|
||||
* Sets the the visibility state of the headers.
|
||||
* Sets the visibility state of the headers.
|
||||
**/
|
||||
void
|
||||
gtk_tree_view_set_headers_visible (GtkTreeView *tree_view,
|
||||
|
@ -3257,7 +3257,7 @@ destroy_accel_path (gpointer data)
|
||||
/**
|
||||
* gtk_widget_set_accel_path:
|
||||
* @widget: a #GtkWidget
|
||||
* @accel_path: path used to look up the the accelerator
|
||||
* @accel_path: path used to look up the accelerator
|
||||
* @accel_group: a #GtkAccelGroup.
|
||||
*
|
||||
* Given an accelerator group, @accel_group, and an accelerator path,
|
||||
|
@ -6670,7 +6670,7 @@ gtk_window_is_active (GtkWindow *window)
|
||||
* For real toplevel windows, this is identical to gtk_window_is_active(),
|
||||
* but for embedded windows, like #GtkPlug, the results will differ.
|
||||
*
|
||||
* Return value: %TRUE if the the input focus is within this GtkWindow
|
||||
* Return value: %TRUE if the input focus is within this GtkWindow
|
||||
*
|
||||
* Since: 2.4
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user