Skip to content

Instantly share code, notes, and snippets.

@voldyman
Created January 2, 2013 07:51
Show Gist options
  • Save voldyman/4432942 to your computer and use it in GitHub Desktop.
Save voldyman/4432942 to your computer and use it in GitHub Desktop.
simple program to open google using gtk
// valac --pkg gtk+-3.0 show-uri.vala
void main (string[] args) {
Gtk.show_uri (Gdk.Screen.get_default(), "http://www.google.com",0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment