Also update gtkaction*
Forgot about this.
This commit is contained in:
@ -57,6 +57,10 @@ struct _GtkActionObserverInterface
|
||||
void (* action_removed) (GtkActionObserver *observer,
|
||||
GtkActionObservable *observable,
|
||||
const gchar *action_name);
|
||||
void (* primary_accel_changed) (GtkActionObserver *observer,
|
||||
GtkActionObservable *observable,
|
||||
const gchar *action_name,
|
||||
const gchar *action_and_target);
|
||||
};
|
||||
|
||||
GType gtk_action_observer_get_type (void);
|
||||
@ -77,6 +81,10 @@ void gtk_action_observer_action_state_changed (GtkActi
|
||||
void gtk_action_observer_action_removed (GtkActionObserver *observer,
|
||||
GtkActionObservable *observable,
|
||||
const gchar *action_name);
|
||||
void gtk_action_observer_primary_accel_changed (GtkActionObserver *observer,
|
||||
GtkActionObservable *observable,
|
||||
const gchar *action_name,
|
||||
const gchar *action_and_target);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user