Deprecate. (#85683)
2003-01-31 Matthias Clasen <maclas@gmx.de> * gtk/gtkselection.h: * gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
This commit is contained in:
committed by
Matthias Clasen
parent
46d15e32bd
commit
9efb563cfb
@ -1028,14 +1028,15 @@ gtk_selection_init (void)
|
||||
* @event: the event
|
||||
*
|
||||
* The default handler for the GtkWidget::selection_clear_event
|
||||
* signal. Instead of calling this function, chain up from
|
||||
* your selection_clear_event handler. Calling this function
|
||||
* from any other context is illegal. This function will
|
||||
* be deprecated in future versions of GTK+.
|
||||
* signal.
|
||||
*
|
||||
* Return value: %TRUE if the event was handled, otherwise false
|
||||
*
|
||||
* Since: 2.2
|
||||
*
|
||||
* Deprecated: Instead of calling this function, chain up from
|
||||
* your selection_clear_event handler. Calling this function
|
||||
* from any other context is illegal.
|
||||
**/
|
||||
gboolean
|
||||
gtk_selection_clear (GtkWidget *widget,
|
||||
|
||||
Reference in New Issue
Block a user