Method

GtkWidgetlist_accel_closures

Declaration [src]

GList*
gtk_widget_list_accel_closures (
  GtkWidget* widget
)

Description [src]

Lists the closures used by widget for accelerator group connections with gtk_accel_group_connect_by_path() or gtk_accel_group_connect(). The closures can be used to monitor accelerator changes on widget, by connecting to the GtkAccelGroup::accel-changed signal of the GtkAccelGroup of a closure which can be found out with gtk_accel_group_from_accel_closure().

Return value

Type: A list of GClosure*

a newly allocated `GList` of closures.
The caller of the method takes ownership of the returned data container, but not the data inside it.