~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to src/marlin.vapi

  • Committer: am.monkeyd at gmail
  • Date: 2010-11-18 20:04:38 UTC
  • Revision ID: am.monkeyd@gmail.com-20101118200438-ke88lnsd4se91adk
toolbar editor + gtk actions view_switcher

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
}
19
19
 
20
20
public static uint action_new (GLib.Type type, string signal_name);
 
21
public void marlin_toolbar_editor_dialog_show (Marlin.View.Window mvw);
21
22
 
22
23
[CCode (cprefix = "GOF", lower_case_cprefix = "gof_")]
23
24
namespace GOF {
62
63
                }
63
64
        }
64
65
}
 
66
 
 
67