Ejemplo n.º 1
0
 static bool QueryBoolAttr(IntPtr info, string attribute)
 {
     return(NativeInterop.GFileInfoQueryBool(info, attribute));
 }