* 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)
This commit is contained in:
Matthias Clasen
2001-10-18 22:05:23 +00:00
parent 73e845eeab
commit c9b4981ba4
10 changed files with 69 additions and 18 deletions

View File

@ -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
**/