From ce340e3b62fcb8da535c8a8af5dc4fb7393dee15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 26 Nov 2009 05:33:50 +0100 Subject: [PATCH] [gdk] Remove deprecated gdktypes stuff. --- docs/reference/gdk/gdk-sections.txt | 1 - docs/reference/gdk/tmpl/input.sgml | 10 ---------- gdk/gdktypes.h | 6 ------ 3 files changed, 17 deletions(-) diff --git a/docs/reference/gdk/gdk-sections.txt b/docs/reference/gdk/gdk-sections.txt index dd530d7c07..c3292f9a67 100644 --- a/docs/reference/gdk/gdk-sections.txt +++ b/docs/reference/gdk/gdk-sections.txt @@ -1196,7 +1196,6 @@ gdk_cursor_get_type gdk_input_add_full GdkInputCondition GdkInputFunction -GdkDestroyNotify gdk_input_add gdk_input_remove diff --git a/docs/reference/gdk/tmpl/input.sgml b/docs/reference/gdk/tmpl/input.sgml index 82c7ff45e4..0ffe255a89 100644 --- a/docs/reference/gdk/tmpl/input.sgml +++ b/docs/reference/gdk/tmpl/input.sgml @@ -72,16 +72,6 @@ occurs. @condition: the triggering condition. - - -A callback function called when a piece of user data is -no longer being stored by GDK. Will typically free the -structure or object that @data points to. - - -@data: the user data. - - diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h index b8fe346b1b..ae9362f70f 100644 --- a/gdk/gdktypes.h +++ b/gdk/gdktypes.h @@ -185,12 +185,6 @@ typedef void (*GdkInputFunction) (gpointer data, gint source, GdkInputCondition condition); -#ifndef GDK_DISABLE_DEPRECATED - -typedef void (*GdkDestroyNotify) (gpointer data); - -#endif /* GDK_DISABLE_DEPRECATED */ - struct _GdkPoint { gint x;