mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
More of the same
svn path=/trunk/; revision=21823
This commit is contained in:
parent
10e3a68267
commit
2d35bb7091
@ -1,5 +1,6 @@
|
||||
2008-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkselection.c:
|
||||
* gtk/gtkentry.c:
|
||||
* gtk/gtkdnd.c:
|
||||
* gtk/gtkcolorsel.c:
|
||||
|
@ -2178,7 +2178,7 @@ gtk_selection_init (void)
|
||||
* @widget: a #GtkWidget
|
||||
* @event: the event
|
||||
*
|
||||
* The default handler for the GtkWidget::selection_clear_event
|
||||
* The default handler for the #GtkWidget::selectionr-clear-event
|
||||
* signal.
|
||||
*
|
||||
* Return value: %TRUE if the event was handled, otherwise false
|
||||
@ -2186,7 +2186,7 @@ gtk_selection_init (void)
|
||||
* Since: 2.2
|
||||
*
|
||||
* 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.
|
||||
**/
|
||||
gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user