]> Pileus Git - ~andy/gtk/commitdiff
[docs] Fixes issue with GtkEntryBuffer signal documentation
authorChris Kühl <chrisk@openismus.com>
Mon, 21 Jun 2010 16:29:38 +0000 (18:29 +0200)
committerJavier Jardón <jjardon@gnome.org>
Mon, 21 Jun 2010 17:59:06 +0000 (19:59 +0200)
gtk/gtkentrybuffer.c

index 33f81e30dcede55f4f1e919084c7598ce4e6d09a..27947b11995b131f3c7dbbfa2b8988e85f627be0 100644 (file)
@@ -386,7 +386,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
                                    GTK_PARAM_READWRITE));
 
   /**
-   * GtkEntry::inserted-text:
+   * GtkEntryBuffer::inserted-text:
    * @buffer: a #GtkEntryBuffer
    * @position: the position the text was inserted at.
    * @chars: The text that was inserted.
@@ -408,7 +408,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
                                          G_TYPE_UINT);
 
   /**
-   * GtkEntry::deleted-text:
+   * GtkEntryBuffer::deleted-text:
    * @buffer: a #GtkEntryBuffer
    * @position: the position the text was deleted at.
    * @n_chars: The number of characters that were deleted.