More of the same

svn path=/trunk/; revision=21823
This commit is contained in:
Matthias Clasen 2008-11-29 07:58:34 +00:00
parent 10e3a68267
commit 2d35bb7091
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
2008-11-29 Matthias Clasen <mclasen@redhat.com> 2008-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c:
* gtk/gtkentry.c: * gtk/gtkentry.c:
* gtk/gtkdnd.c: * gtk/gtkdnd.c:
* gtk/gtkcolorsel.c: * gtk/gtkcolorsel.c:

View File

@ -2178,7 +2178,7 @@ gtk_selection_init (void)
* @widget: a #GtkWidget * @widget: a #GtkWidget
* @event: the event * @event: the event
* *
* The default handler for the GtkWidget::selection_clear_event * The default handler for the #GtkWidget::selectionr-clear-event
* signal. * signal.
* *
* Return value: %TRUE if the event was handled, otherwise false * Return value: %TRUE if the event was handled, otherwise false
@ -2186,7 +2186,7 @@ gtk_selection_init (void)
* Since: 2.2 * Since: 2.2
* *
* Deprecated: 2.4: Instead of calling this function, chain up from * Deprecated: 2.4: Instead of calling this function, chain up from
* your selection_clear_event handler. Calling this function * your selection-clear-event handler. Calling this function
* from any other context is illegal. * from any other context is illegal.
**/ **/
gboolean gboolean