GtkArg is deprecated since 2.2

This commit is contained in:
Javier Jardón 2010-11-16 06:43:16 +01:00 committed by Tristan Van Berkom
parent a5ab0a4c84
commit a512143bab

View File

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