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;