~attente/unity-gtk-module/blacklist-anjuta

« back to all changes in this revision

Viewing changes to lib/unity-gtk-action-group.h

  • Committer: William Hua
  • Date: 2014-03-20 03:03:05 UTC
  • mto: (320.1.2 1208019)
  • mto: This revision was merged to the branch mainline in revision 321.
  • Revision ID: william.hua@canonical.com-20140320030305-afhkyu4m7htxrfdz
Stop using signal handler ids.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
  /*< private >*/
53
53
  GActionGroup *old_group;
54
 
  gulong        old_group_action_added_handler_id;
55
 
  gulong        old_group_action_removed_handler_id;
56
 
  gulong        old_group_action_enabled_changed_handler_id;
57
 
  gulong        old_group_action_state_changed_handler_id;
58
54
  GHashTable   *actions_by_name;
59
55
  GHashTable   *names_by_radio_menu_item;
60
56
};