Closes #4633. Geary will now handle mailto links and can be set up as the default email client.

This commit is contained in:
Nate Lillich 2012-04-24 18:28:45 -07:00
parent 94e909d3ca
commit a56014ce38
8 changed files with 119 additions and 19 deletions

View file

@ -52,12 +52,13 @@ namespace Unique {
public unowned Gdk.Screen get_screen ();
public unowned string get_startup_id ();
public unowned string get_text ();
public unowned string get_uris ();
[CCode (array_length = false)]
public unowned string[] get_uris ();
public uint get_workspace ();
public void @set (uchar[] data, ssize_t length);
public void set_filename (string filename);
public bool set_text (string str, ssize_t length);
public bool set_uris (string uris);
public bool set_uris ([CCode (array_length = false)] string[] uris);
}
[CCode (cprefix = "UNIQUE_", cheader_filename = "unique/uniqueenumtypes.h")]
public enum Command {