diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-30 07:05:50 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-30 07:05:50 -0400 |
commit | 1af5f6d5071693ed6db956cc7e1863c624f50326 (patch) | |
tree | 24e1a39aec2ed74ea8d5099e15aff55739997d3e /gtk/gtkactionable.c | |
parent | 8817fa9e3dd7fcc08ef64eb6c2b74a04fa3aa192 (diff) | |
download | gtk+-1af5f6d5071693ed6db956cc7e1863c624f50326.tar.gz |
GtkActionable: Update the docs
Actionable is no longer restricted to "app" and "win" actions.
Diffstat (limited to 'gtk/gtkactionable.c')
-rw-r--r-- | gtk/gtkactionable.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c index e6b7cf9c22..11c435a336 100644 --- a/gtk/gtkactionable.c +++ b/gtk/gtkactionable.c @@ -37,10 +37,11 @@ * and #GtkActionable:action-target. There are also some convenience APIs * for setting these properties. * - * This interface is presently only meaningful if used on a widget that - * is (or will be) located inside of a #GtkApplicationWindow and can - * only be used to associate the widget with actions on that window, or - * its associated #GtkApplication. + * The action will be looked up in action groups that are found among + * the widgets ancestors. Most commonly, these will be the actions with + * the "win" or "app" prefix that are associated with the #GtkApplicationWindow + * or "GtkApplication, but other action groups that are added with + * gtk_widget_insert_action_group() will be consulted as well. * * Since: 3.4 **/ |