
Untitled
By: a guest on
Aug 8th, 2012 | syntax:
Bash | size: 1.97 KB | hits: 22 | expires: Never
Sharing.vala:1.28-1.35: error: The symbol `Pantheon' could not be found
public class SharingPlug : Pantheon.Switchboard.Plug {
^^^^^^^^
Sharing.vala:1.28-1.47: error: The symbol `Switchboard' could not be found
public class SharingPlug : Pantheon.Switchboard.Plug {
^^^^^^^^^^^^^^^^^^^^
Sharing.vala:4.20-4.22: error: The symbol `Gtk' could not be found
void set_host (Gtk.Entry hostname_entry) {
^^^
Sharing.vala:20.9-20.12: error: The type name `File' could not be found
File f = File.new_for_commandline_arg(Environment.get_home_dir () + "/.hosts.tmp");
^^^^
Sharing.vala:21.9-21.24: error: The type name `FileOutputStream' could not be found
FileOutputStream fo_stream = null;
^^^^^^^^^^^^^^^^
Sharing.vala:29.9-29.12: error: The type name `File' could not be found
File f2 = File.new_for_commandline_arg(Environment.get_home_dir () + "/.hostname.tmp");
^^^^
Sharing.vala:30.9-30.24: error: The type name `FileOutputStream' could not be found
FileOutputStream fo_stream2 = null;
^^^^^^^^^^^^^^^^
Sharing.vala:147.9-147.11: error: The symbol `Gtk' could not be found
Gtk.TreeIter iter;
^^^
Sharing.vala:189.17-189.20: error: The type name `File' could not be found
File f = File.new_for_commandline_arg(Environment.get_home_dir () + "/.smb.tmp");
^^^^
Sharing.vala:190.17-190.32: error: The type name `FileOutputStream' could not be found
FileOutputStream fo_stream = null;
^^^^^^^^^^^^^^^^
Sharing.vala:227.17-227.20: error: The type name `File' could not be found
File f = File.new_for_commandline_arg(Environment.get_home_dir () + "/.smb.tmp");
^^^^
Sharing.vala:228.17-228.32: error: The type name `FileOutputStream' could not be found
FileOutputStream fo_stream = null;
^^^^^^^^^^^^^^^^