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:
Matthias Clasen 2003-01-31 00:44:08 +00:00 committed by Matthias Clasen
parent 46d15e32bd
commit 9efb563cfb
7 changed files with 22 additions and 5 deletions

View File

@ -1,5 +1,8 @@
2003-01-31 Matthias Clasen <maclas@gmx.de>
* gtk/gtkselection.h:
* gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
* gdk/gdkpixbuf.h:
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)

View File

@ -1,5 +1,8 @@
2003-01-31 Matthias Clasen <maclas@gmx.de>
* gtk/gtkselection.h:
* gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
* gdk/gdkpixbuf.h:
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)

View File

@ -1,5 +1,8 @@
2003-01-31 Matthias Clasen <maclas@gmx.de>
* gtk/gtkselection.h:
* gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
* gdk/gdkpixbuf.h:
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)

View File

@ -1,5 +1,8 @@
2003-01-31 Matthias Clasen <maclas@gmx.de>
* gtk/gtkselection.h:
* gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
* gdk/gdkpixbuf.h:
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)

View File

@ -1,5 +1,8 @@
2003-01-31 Matthias Clasen <maclas@gmx.de>
* gtk/gtkselection.h:
* gtk/gtkselection.c (gtk_selection_clear): Deprecate. (#85683)
* gdk/gdkpixbuf.h:
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)

View File

@ -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,

View File

@ -148,9 +148,10 @@ gboolean gtk_selection_data_targets_include_text (GtkSelectionData *selection_d
void gtk_selection_remove_all (GtkWidget *widget);
/* Event handlers */
#ifndef GTK_DISABLE_DEPRECATED
gboolean gtk_selection_clear (GtkWidget *widget,
GdkEventSelection *event);
#endif
gboolean _gtk_selection_request (GtkWidget *widget,
GdkEventSelection *event);
gboolean _gtk_selection_incr_event (GdkWindow *window,