diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-03-22 01:57:57 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-03-22 02:10:38 -0400 |
commit | 5c5464a469c57cbc95096bd15d83b021c0cf73a3 (patch) | |
tree | 5895249258956b2fc93f69c848c03e61836807de /docs/reference/gtk/gtk3-sections.txt | |
parent | ad05d848971c8837a9a14fd04db58e9f321ca660 (diff) | |
download | gtk+-5c5464a469c57cbc95096bd15d83b021c0cf73a3.tar.gz |
radio-menu-item: Add join_group()
The other Radio* widgets have this convenience method that removes the
memory management of the opaque GSList used to handle the group from the
API usable from language bindings (especially the ones not based on
introspection).
This commit adds gtk_radio_menu_item_join_group().
https://bugzilla.gnome.org/show_bug.cgi?id=671362
Diffstat (limited to 'docs/reference/gtk/gtk3-sections.txt')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index e2d04358af..fb6ffd7d81 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -2771,6 +2771,7 @@ gtk_radio_menu_item_new_with_label_from_widget gtk_radio_menu_item_new_with_mnemonic_from_widget gtk_radio_menu_item_set_group gtk_radio_menu_item_get_group +gtk_radio_menu_item_join_group <SUBSECTION Standard> GTK_RADIO_MENU_ITEM GTK_IS_RADIO_MENU_ITEM |