# These are manually-edited to override or add declarations to those scanned # from the GTK header files. # These haven't been given parameter names in the header files. GtkArgGetFunc void GtkObject *object, GtkArg *arg, guint arg_id GtkArgSetFunc void GtkObject *object, GtkArg *arg, guint arg_id # GtkAllocation is the same as GtkRectangle GtkAllocation struct GtkAllocation { gint x; gint y; gint width; gint height; };