~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to plugins/marlin-cserver/marlin.vapi

  • Committer: Albert Palacios
  • Date: 2013-05-27 08:39:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1195.
  • Revision ID: optimisme@gmail.com-20130527083957-blkyju2rhucpo8tw
replaced cserver by network-places

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
using Gtk;
2
 
using GLib;
3
 
 
4
 
[CCode (cprefix = "MarlinConnectServerDialog", lower_case_cprefix = "marlin_connect_server_dialog_", cheader_filename = "../../src/marlin-connect-server-dialog.h")]
5
 
namespace Marlin.ConnectServerDialog {
6
 
    static void show_connect_server_dialog(Gtk.Widget widget);
7
 
}