Skip to content

Instantly share code, notes, and snippets.

@zerko
Created February 18, 2011 18:09
Show Gist options
  • Save zerko/834115 to your computer and use it in GitHub Desktop.
Save zerko/834115 to your computer and use it in GitHub Desktop.
//code:
Value v= Value(typeof(Gdk.Color));
style.get_style_property(typeof(Gtk.Widget), "link-color", v);
// compile error
error: Argument 3: Cannot pass value to reference or output parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment