diff --git a/ChangeLog b/ChangeLog index ee47432a51..071cd05466 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2001-10-18 Matthias Clasen + * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): + Fix docs. (#61976) + + * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144) + + * gtk/gtkliststore.c: Fix docs. (#61672, #61675) + * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h, gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c, gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c, diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ee47432a51..071cd05466 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,5 +1,12 @@ 2001-10-18 Matthias Clasen + * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): + Fix docs. (#61976) + + * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144) + + * gtk/gtkliststore.c: Fix docs. (#61672, #61675) + * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h, gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c, gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ee47432a51..071cd05466 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,12 @@ 2001-10-18 Matthias Clasen + * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): + Fix docs. (#61976) + + * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144) + + * gtk/gtkliststore.c: Fix docs. (#61672, #61675) + * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h, gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c, gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c, diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index ee47432a51..071cd05466 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,12 @@ 2001-10-18 Matthias Clasen + * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): + Fix docs. (#61976) + + * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144) + + * gtk/gtkliststore.c: Fix docs. (#61672, #61675) + * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h, gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c, gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c, diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ee47432a51..071cd05466 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,12 @@ 2001-10-18 Matthias Clasen + * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): + Fix docs. (#61976) + + * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144) + + * gtk/gtkliststore.c: Fix docs. (#61672, #61675) + * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h, gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c, gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c, diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ee47432a51..071cd05466 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,12 @@ 2001-10-18 Matthias Clasen + * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): + Fix docs. (#61976) + + * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144) + + * gtk/gtkliststore.c: Fix docs. (#61672, #61675) + * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h, gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c, gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c, diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ee47432a51..071cd05466 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,12 @@ 2001-10-18 Matthias Clasen + * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): + Fix docs. (#61976) + + * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144) + + * gtk/gtkliststore.c: Fix docs. (#61672, #61675) + * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h, gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c, gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c, diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c index 01861e222a..312b0c7d03 100644 --- a/gtk/gtkliststore.c +++ b/gtk/gtkliststore.c @@ -737,7 +737,7 @@ gtk_list_store_set_value (GtkListStore *list_store, * @iter: A valid #GtkTreeIter for the row being modified * @var_args: va_list of column/value pairs * - * See @gtk_list_store_set; this version takes a va_list for use by language + * See gtk_list_store_set(); this version takes a va_list for use by language * bindings. * **/ @@ -895,7 +895,9 @@ gtk_list_store_remove_silently (GtkListStore *list_store, * @list_store: A #GtkListStore * @iter: A valid #GtkTreeIter * - * Removes the given row from the list store. After being removed, @iter is set to be the next valid row, or invalidated if it pointed to the last row inn @list_store + * Removes the given row from the list store. After being removed, + * @iter is set to be the next valid row, or invalidated if it pointed + * to the last row in @list_store. * **/ void @@ -960,8 +962,8 @@ insert_after (GtkListStore *list_store, * Creates a new row at @position. @iter will be changed to point to this new * row. If @position is larger than the number of rows on the list, then the * new row will be appended to the list. The row will be empty before this - * function is called. To fill in values, you need to call @gtk_list_store_set - * or @gtk_list_store_set_value. + * function is called. To fill in values, you need to call gtk_list_store_set() + * or gtk_list_store_set_value(). * **/ void @@ -1013,10 +1015,10 @@ gtk_list_store_insert (GtkListStore *list_store, * @iter: An unset #GtkTreeIter to set to the new row * @sibling: A valid #GtkTreeIter, or %NULL * - * Inserts a new row before @sibling. If @sibling is %NULL, then the row will be - * appended to the beginning of the list. @iter will be changed to point to - * this new row. The row will be empty before this function is called. To fill - * in values, you need to call @gtk_list_store_set or @gtk_list_store_set_value. + * Inserts a new row before @sibling. If @sibling is %NULL, then the row will be + * appended to the end of the list. @iter will be changed to point to this new + * row. The row will be empty before this function is called. To fill in values, + * you need to call gtk_list_store_set() or gtk_list_store_set_value(). * **/ void @@ -1101,10 +1103,10 @@ gtk_list_store_insert_before (GtkListStore *list_store, * @iter: An unset #GtkTreeIter to set to the new row * @sibling: A valid #GtkTreeIter, or %NULL * - * Inserts a new row after @sibling. If @sibling is %NULL, then the row will be - * prepended to the beginning of the list. @iter will be changed to point to - * this new row. The row will be empty after this function is called. To fill - * in values, you need to call @gtk_list_store_set or @gtk_list_store_set_value. + * Inserts a new row after @sibling. If @sibling is %NULL, then the row will be + * prepended to the beginning of the list. @iter will be changed to point to + * this new row. The row will be empty after this function is called. To fill + * in values, you need to call gtk_list_store_set() or gtk_list_store_set_value(). * **/ void @@ -1153,9 +1155,9 @@ gtk_list_store_insert_after (GtkListStore *list_store, * @list_store: A #GtkListStore * @iter: An unset #GtkTreeIter to set to the prepend row * - * Prepend a new row to @list_store. @iter will be changed to point to this new - * row. The row will be empty after this function is called. To fill in - * values, you need to call @gtk_list_store_set or @gtk_list_store_set_value. + * Prepend a new row to @list_store. @iter will be changed to point to this new + * row. The row will be empty after this function is called. To fill in + * values, you need to call gtk_list_store_set() or gtk_list_store_set_value(). * **/ void @@ -1193,7 +1195,7 @@ gtk_list_store_prepend (GtkListStore *list_store, * * Appends a new row to @list_store. @iter will be changed to point to this new * row. The row will be empty after this function is called. To fill in - * values, you need to call @gtk_list_store_set or @gtk_list_store_set_value. + * values, you need to call gtk_list_store_set() or gtk_list_store_set_value(). * **/ void diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index 736a047a05..9004e39c96 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -336,7 +336,7 @@ gtk_plug_new (GdkNativeWindow socket_id) * * Gets the window ID of a #GtkPlug widget, which can then * be used to embed this window inside another window, for - * instance with gtk_sock_add_id (id). + * instance with gtk_socket_add_id(). * * Return value: the window ID for the plug **/ diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c index 947c27ef5b..6e67d72d4f 100644 --- a/gtk/gtktreeselection.c +++ b/gtk/gtktreeselection.c @@ -169,7 +169,7 @@ _gtk_tree_selection_set_tree_view (GtkTreeSelection *selection, * @type: The selection mode * * Sets the selection mode of the @selection. If the previous type was - * #GTK_SELECTION_MULTIPLE and, then the anchor is kept selected, if it was + * #GTK_SELECTION_MULTIPLE, then the anchor is kept selected, if it was * previously selected. **/ void