Add deprecation guards for gtk_widget_get_child_requisition()

This commit is contained in:
Javier Jardón
2010-09-13 22:11:42 +02:00
parent 450beef2a2
commit 97ffc36540
2 changed files with 4 additions and 0 deletions

View File

@ -4211,7 +4211,9 @@ gtk_widget_get_accessible
gtk_widget_get_allocation
gtk_widget_get_ancestor
gtk_widget_get_app_paintable
#ifndef GTK_DISABLE_DEPRECATED
gtk_widget_get_child_requisition
#endif
gtk_widget_get_child_visible
gtk_widget_get_clipboard
gtk_widget_get_colormap

View File

@ -550,8 +550,10 @@ void gtk_widget_size_request (GtkWidget *widget,
GtkRequisition *requisition);
void gtk_widget_size_allocate (GtkWidget *widget,
GtkAllocation *allocation);
#ifndef GTK_DISABLE_DEPRECATED
void gtk_widget_get_child_requisition (GtkWidget *widget,
GtkRequisition *requisition);
#endif
void gtk_widget_add_accelerator (GtkWidget *widget,
const gchar *accel_signal,
GtkAccelGroup *accel_group,