GtkArg is deprecated since 2.2

This commit is contained in:
Javier Jardón
2010-11-16 06:43:16 +01:00
parent d45fd566b1
commit 5f3d819746

View File

@ -77,11 +77,13 @@ typedef void (*GtkCallbackMarshal) (GObject *object,
typedef gchar * (*GtkTranslateFunc) (const gchar *path, typedef gchar * (*GtkTranslateFunc) (const gchar *path,
gpointer func_data); gpointer func_data);
#if defined (GTK_COMPILATION) #if !defined (GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION)
/** /**
* GtkArg: * GtkArg:
* *
* This is a structure that we use to pass in typed values (and names). * This is a structure that we use to pass in typed values (and names).
*
* Deprecated: 2.2:
*/ */
struct _GtkArg struct _GtkArg
{ {