diff options
author | Vincent Untz <vuntz@gnome.org> | 2010-06-22 12:24:38 +0200 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-06-22 12:14:38 -0500 |
commit | abfc6f8f07ada02b20f7596918b2a08016f2c9dd (patch) | |
tree | 59070f6608dcbd4bf48dac13a01d2270ef2280ab /gtk/gtkaccessible.h | |
parent | 078da34a26d4bb0e971789866829133d8dd881be (diff) | |
download | gtk+-abfc6f8f07ada02b20f7596918b2a08016f2c9dd.tar.gz |
bgo#622371 - Add gtk_accessible_set_widget() - the widget field was GSEAL()ed.
https://bugzilla.gnome.org/show_bug.cgi?id=622371
Diffstat (limited to 'gtk/gtkaccessible.h')
-rw-r--r-- | gtk/gtkaccessible.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkaccessible.h b/gtk/gtkaccessible.h index e7703c5abe..1a79f158b2 100644 --- a/gtk/gtkaccessible.h +++ b/gtk/gtkaccessible.h @@ -68,6 +68,8 @@ struct _GtkAccessibleClass GType gtk_accessible_get_type (void) G_GNUC_CONST; +void gtk_accessible_set_widget (GtkAccessible *accessible, + GtkWidget *widget); GtkWidget* gtk_accessible_get_widget (GtkAccessible *accessible); void gtk_accessible_connect_widget_destroyed (GtkAccessible *accessible); |