~am-monkeyd/marlin/marlin-gtk2-test

« back to all changes in this revision

Viewing changes to src/gof-window-slot.h

  • Committer: am.monkeyd at gmail
  • Date: 2011-03-23 18:03:03 UTC
  • Revision ID: am.monkeyd@gmail.com-20110323180303-qs0pbzv1s7484m0l
slot active/inactive signals triggering merge/unmerge menus

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    GObjectClass parent_class;
98
98
 
99
99
    /* wrapped GOFWindowInfo signals, for overloading */
100
 
    /*void (* active)   (NautilusWindowSlot *slot);
101
 
      void (* inactive) (NautilusWindowSlot *slot);*/
 
100
    void (* active)   (GOFWindowSlot *slot);
 
101
    void (* inactive) (GOFWindowSlot *slot);
102
102
 
103
103
    //void (* update_query_editor) (NautilusWindowSlot *slot);
104
104
};