mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	gio/g-i: Mark Application:action-group property as deprecated
To avoid bindings making use of it
This commit is contained in:
		
				
					committed by
					
						
						Philip Withnall
					
				
			
			
				
	
			
			
			
						parent
						
							2b7678b41b
						
					
				
				
					commit
					b845d04918
				
			@@ -1614,6 +1614,9 @@ g_application_class_init (GApplicationClass *class)
 | 
				
			|||||||
   * The group of actions that the application exports.
 | 
					   * The group of actions that the application exports.
 | 
				
			||||||
   *
 | 
					   *
 | 
				
			||||||
   * Since: 2.28
 | 
					   * Since: 2.28
 | 
				
			||||||
 | 
					   * Deprecated: 2.32: Use the [iface@Gio.ActionMap] interface instead.
 | 
				
			||||||
 | 
					   *   Never ever mix use of this API with use of `GActionMap` on the
 | 
				
			||||||
 | 
					   *   same @application or things will go very badly wrong.
 | 
				
			||||||
   */
 | 
					   */
 | 
				
			||||||
  g_object_class_install_property (object_class, PROP_ACTION_GROUP,
 | 
					  g_object_class_install_property (object_class, PROP_ACTION_GROUP,
 | 
				
			||||||
    g_param_spec_object ("action-group", NULL, NULL,
 | 
					    g_param_spec_object ("action-group", NULL, NULL,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user