[gtk/gtk-3-24] menu: Remove unstable annotations



commit 7951f0e9a9afbfdbd7b3b5437b718cfa5f945240
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 3 09:48:40 2018 -0400

    menu: Remove unstable annotations
    
    These apis are not going to change in GTK+ 3.x.

 gtk/gtkmenu.c | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c
index 8f7715022f..1006da0d2f 100644
--- a/gtk/gtkmenu.c
+++ b/gtk/gtkmenu.c
@@ -602,7 +602,6 @@ gtk_menu_class_init (GtkMenuClass *class)
    * #GtkMenu:menu-type-hint.
    *
    * Since: 3.22
-   * Stability: Unstable
    */
   menu_signals[POPPED_UP] =
     g_signal_new_class_handler (I_("popped-up"),
@@ -770,7 +769,6 @@ gtk_menu_class_init (GtkMenuClass *class)
    * #GtkMenu:rect-anchor-dy, #GtkMenu:menu-type-hint, and #GtkMenu::popped-up.
    *
    * Since: 3.22
-   * Stability: Unstable
    */
   g_object_class_install_property (gobject_class,
                                    PROP_ANCHOR_HINTS,
@@ -799,7 +797,6 @@ gtk_menu_class_init (GtkMenuClass *class)
    * #GtkMenu:rect-anchor-dy, #GtkMenu:menu-type-hint, and #GtkMenu::popped-up.
    *
    * Since: 3.22
-   * Stability: Unstable
    */
   g_object_class_install_property (gobject_class,
                                    PROP_RECT_ANCHOR_DX,
@@ -826,7 +823,6 @@ gtk_menu_class_init (GtkMenuClass *class)
    * #GtkMenu:rect-anchor-dx, #GtkMenu:menu-type-hint, and #GtkMenu::popped-up.
    *
    * Since: 3.22
-   * Stability: Unstable
    */
   g_object_class_install_property (gobject_class,
                                    PROP_RECT_ANCHOR_DY,
@@ -853,7 +849,6 @@ gtk_menu_class_init (GtkMenuClass *class)
    * #GtkMenu:rect-anchor-dx, #GtkMenu:rect-anchor-dy, and #GtkMenu::popped-up.
    *
    * Since: 3.22
-   * Stability: Unstable
    */
   g_object_class_install_property (gobject_class,
                                    PROP_MENU_TYPE_HINT,
@@ -2213,7 +2208,6 @@ get_device_for_event (const GdkEvent *event)
  * #GtkMenu::popped-up signal to find out how it was actually positioned.
  *
  * Since: 3.22
- * Stability: Unstable
  */
 void
 gtk_menu_popup_at_rect (GtkMenu            *menu,
@@ -2299,7 +2293,6 @@ gtk_menu_popup_at_rect (GtkMenu            *menu,
  * #GtkMenu::popped-up signal to find out how it was actually positioned.
  *
  * Since: 3.22
- * Stability: Unstable
  */
 void
 gtk_menu_popup_at_widget (GtkMenu        *menu,
@@ -2381,7 +2374,6 @@ gtk_menu_popup_at_widget (GtkMenu        *menu,
  * out how it was actually positioned.
  *
  * Since: 3.22
- * Stability: Unstable
  */
 void
 gtk_menu_popup_at_pointer (GtkMenu        *menu,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]