[gtk+/gtk-2-90] [gdk] Remove deprecated gdktypes stuff.



commit f314efd92874f63681f26963f3ecea689a4b4b49
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Nov 26 05:33:50 2009 +0100

    [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, 0 insertions(+), 17 deletions(-)
---
diff --git a/docs/reference/gdk/gdk-sections.txt b/docs/reference/gdk/gdk-sections.txt
index f392aea..469a4d5 100644
--- a/docs/reference/gdk/gdk-sections.txt
+++ b/docs/reference/gdk/gdk-sections.txt
@@ -1193,7 +1193,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 82c7ff4..0ffe255 100644
--- a/docs/reference/gdk/tmpl/input.sgml
+++ b/docs/reference/gdk/tmpl/input.sgml
@@ -72,16 +72,6 @@ occurs.
 @condition: the triggering condition.
 
 
-<!-- ##### USER_FUNCTION GdkDestroyNotify ##### -->
-<para>
-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.
-</para>
-
- data: the user data.
-
-
 <!-- ##### FUNCTION gdk_input_add ##### -->
 
 
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index b8fe346..ae9362f 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]