action stuff: Remove G_GNUC_INTERNAL

This commit is contained in:
Jasper St. Pierre
2013-05-13 12:02:24 -04:00
parent 6c49cd0ea6
commit 8ad384f3dc
3 changed files with 0 additions and 14 deletions

View File

@ -59,26 +59,21 @@ struct _GtkActionObserverInterface
const gchar *action_name);
};
G_GNUC_INTERNAL
GType gtk_action_observer_get_type (void);
G_GNUC_INTERNAL
void gtk_action_observer_action_added (GtkActionObserver *observer,
GtkActionObservable *observable,
const gchar *action_name,
const GVariantType *parameter_type,
gboolean enabled,
GVariant *state);
G_GNUC_INTERNAL
void gtk_action_observer_action_enabled_changed (GtkActionObserver *observer,
GtkActionObservable *observable,
const gchar *action_name,
gboolean enabled);
G_GNUC_INTERNAL
void gtk_action_observer_action_state_changed (GtkActionObserver *observer,
GtkActionObservable *observable,
const gchar *action_name,
GVariant *state);
G_GNUC_INTERNAL
void gtk_action_observer_action_removed (GtkActionObserver *observer,
GtkActionObservable *observable,
const gchar *action_name);