Ejemplo n.º 1
0
 public static IconInfo LookupByGIcon(this IconTheme theme, GLib.Icon icon, int size, Gtk.IconLookupFlags flags)
 {
     return(NativeInterop.IconThemeLookUpByGIcon(theme, icon, size, (int)flags));
 }