diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-07-23 21:28:29 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-07-23 21:28:29 -0400 |
commit | 2983f3fc14567dfb980d4a077ee544cd11baedfb (patch) | |
tree | f92b259ea03b54f4a9569a6dd668ae5b3aa46285 /gtk | |
parent | e8486fdf710ce49da0c0a70ff9bbe6645bd5e3ae (diff) | |
download | gtk+-2983f3fc14567dfb980d4a077ee544cd11baedfb.tar.gz |
Update gtk_widget_get_accessible() docs
Don't mention GTK_MODULES for loading a11y implementations
anymore.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkwidget.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 4f47dcdcd0..a84f31c881 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -11988,12 +11988,11 @@ gtk_widget_class_set_accessible_role (GtkWidgetClass *widget_class, * Returns the accessible object that describes the widget to an * assistive technology. * - * If no accessibility library is loaded (i.e. no ATK implementation library is - * loaded via <envar>GTK_MODULES</envar> or via another application library, - * such as libgnome), then this #AtkObject instance may be a no-op. Likewise, - * if no class-specific #AtkObject implementation is available for the widget - * instance in question, it will inherit an #AtkObject implementation from the - * first ancestor class for which such an implementation is defined. + * If accessibility support is not available, this #AtkObject + * instance may be a no-op. Likewise, if no class-specific #AtkObject + * implementation is available for the widget instance in question, + * it will inherit an #AtkObject implementation from the first ancestor + * class for which such an implementation is defined. * * The documentation of the * <ulink url="http://library.gnome.org/devel/atk/stable/">ATK</ulink> |