gtk/gtk.symbols new function to get an action's accel_closure (Fixes
2005-06-10 Michael Natterer <mitch@imendio.com> * gtk/gtk.symbols * gtk/gtkaction.[ch] (gtk_action_get_accel_closure): new function to get an action's accel_closure (Fixes #141750 and #148106).
This commit is contained in:
		 Michael Natterer
					Michael Natterer
				
			
				
					committed by
					
						 Michael Natterer
						Michael Natterer
					
				
			
			
				
	
			
			
			 Michael Natterer
						Michael Natterer
					
				
			
						parent
						
							181da436d4
						
					
				
				
					commit
					e4384dcadb
				
			| @ -107,6 +107,7 @@ GSList*      gtk_action_get_proxies            (GtkAction     *action); | ||||
| void         gtk_action_connect_accelerator    (GtkAction     *action); | ||||
| void         gtk_action_disconnect_accelerator (GtkAction     *action); | ||||
| G_CONST_RETURN gchar *gtk_action_get_accel_path (GtkAction     *action); | ||||
| GClosure    *gtk_action_get_accel_closure      (GtkAction     *action); | ||||
|  | ||||
| /* protected ... for use by child actions */ | ||||
| void         gtk_action_block_activate_from    (GtkAction     *action, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user